@extends('layouts.admin') @section('content')
@include('admin.application_settings.home-sidebar')

{{ __('Theme Settings') }}

@csrf
{{ __('You need to adjust the homepage data from `Application Setting/Home Settings` to get the best view.') }}
@if ($errors->has('theme')) {{ $errors->first('theme') }} @endif
@updateButton
@endsection @push('script') @endpush