@extends('admin.layouts.master') @section('contents')

{{__('Create New SEO Setting')}}

@csrf @include('admin.seo_settings.form')
@endsection