diff --git a/resources/views/admin/settings/index.blade.php b/resources/views/admin/settings/index.blade.php index e3ecb1c3..368431eb 100644 --- a/resources/views/admin/settings/index.blade.php +++ b/resources/views/admin/settings/index.blade.php @@ -6,13 +6,13 @@
-

{{__('Settings')}}

+

{{ __('Settings') }}

@@ -28,7 +28,7 @@
-
{{__('Settings')}}
+
{{ __('Settings') }}
@@ -37,10 +37,15 @@ @@ -49,7 +54,7 @@
+ action="{{ route('admin.settings.update.icons') }}"> @csrf @method('PATCH') @@ -58,147 +63,44 @@
+ class="custom-file-input" name="icon" id="icon"> + for="icon">{{ __('Select panel icon') }}
@error('icon') - - {{$message}} - + + {{ $message }} + @enderror
+ name="favicon" id="favicon"> + for="favicon">{{ __('Select panel favicon') }}
@error('favicon') - - {{$message}} - + + {{ $message }} + @enderror
- + -

Images and Icons may be cached, use CNTRL + F5(google +

Images and Icons may be cached, use CNTRL + + F5(google chrome hotkey) to reload without cache to see your changes appear :)

-
-
- -
- -
- @csrf - @method('PATCH') - -
-
- -
-
- - -
-
- -
-
- - -
-
- -
-
- - -
-
- - -
-
- - -
-
- - -
-
- - -
-
- -
-
- - -
-
- - -
-
- - -
-
- - -
-
- -
- - -
-
- @error('logo') - - {{$message}} - - @enderror -
-
-
- - - -
+ @foreach ($tabs as $tab) + @include($tab) + @endforeach @@ -219,7 +121,7 @@