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

{{ __('Settings') }}

{{ __('Appearance') }}
@include('shared.message')
@csrf
@if ($errors->has('logo')) {{ $errors->first('logo') }} @endif
@if ($errors->has('favicon')) {{ $errors->first('favicon') }} @endif
@if ($errors->has('theme')) {{ $errors->first('theme') }} @endif