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

{{ __('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('force_https')) {{ $errors->first('force_https') }} @endif
@if ($errors->has('locale')) {{ $errors->first('locale') }} @endif
@if ($errors->has('timezone')) {{ $errors->first('timezone') }} @endif
@if ($errors->has('custom_js')) {{ $errors->first('custom_js') }} @endif