@section('site_title', formatTitle([__('General'), config('settings.title')])) @include('shared.breadcrumbs', ['breadcrumbs' => [ ['url' => route('admin.dashboard'), 'title' => __('Admin')], ['title' => __('General')], ]])

{{ __('General') }}

{{ __('General') }}
@include('shared.message')
@csrf
@if ($errors->has('title')) {{ $errors->first('title') }} @endif
@if ($errors->has('tagline')) {{ $errors->first('tagline') }} @endif
@if ($errors->has('index')) {{ $errors->first('index') }} @endif
@if ($errors->has('paginate')) {{ $errors->first('paginate') }} @endif
@if ($errors->has('timezone')) {{ $errors->first('timezone') }} @endif
@if ($errors->has('tracking_code')) {{ $errors->first('tracking_code') }} @endif