@section('title', 'Website Configuration') @push('style') @endpush @push('script') @endpush @section('toolbar') @endsection Website Configuration @csrf Timezone: {{ config('app.timezone') }} @if (isset($old['timezone']) && $old['timezone']) {{ $old['timezone']->name }} @endif Country @if (isset($old['country_id']) && $old['country_id']) {{ $old['country_id']->short_name }} @endif Currency @if (isset($old['currency_id']) && $old['currency_id']) {{ $old['currency_id']->name . '-' . $old['currency_id']->symbol }} @endif Date Format get('date_only_js')->value)[0] == 'd') selected @endif>Day get('date_only_js')->value)[0] == 'm') selected @endif>Month get('date_only_js')->value)[0] == 'Y') selected @endif>Year get('date_only_js')->value)[1] == '/') selected @endif>/ get('date_only_js')->value)[1] == '-') selected @endif>- get('date_only_js')->value)[2] == 'd') selected @endif>Day get('date_only_js')->value)[2] == 'm') selected @endif>Month get('date_only_js')->value)[2] == 'Y') selected @endif>Year get('date_only_js')->value)[3] == '/') selected @endif>/ get('date_only_js')->value)[3] == '-') selected @endif>- get('date_only_js')->value)[4] == 'd') selected @endif>Day get('date_only_js')->value)[4] == 'm') selected @endif>Month get('date_only_js')->value)[4] == 'Y') selected @endif>Year Section @if (isset($old['section']) && (!$old['section'] || !in_array($old['section'], ['lms', 'web']))) Select Section @endif @if (isset($old['section']) && !in_array($old['section'], ['lms', 'web'])) {{ $old['section'] }} @endif LMS WEB