@extends('backend.layouts.app') @section('content')
{{ \Diglactic\Breadcrumbs\Breadcrumbs::render('backend.settings.index') }}
@include('backend.layouts.partials.alerts.flash-messages')
@csrf @method('PUT')

SEO

@include('backend.layouts.partials.alerts.input-error', ['name' => 'seo_title'])
@include('backend.layouts.partials.alerts.input-error', ['name' => 'seo_description'])
@include('backend.layouts.partials.alerts.input-error', ['name' => 'seo_keywords'])

Support Info

@include('backend.layouts.partials.alerts.input-error', ['name' => 'support_email'])
@include('backend.layouts.partials.alerts.input-error', ['name' => 'support_phone_number'])
@include('backend.layouts.partials.alerts.input-error', ['name' => 'support_location'])
@include('backend.layouts.partials.alerts.input-error', ['name' => 'hours'])
@endsection @push('js') @endpush