@extends('layouts.main') @section('content')
{{__('Settings')}}
@csrf @method('PATCH')
@error('icon') {{$message}} @enderror
@error('favicon') {{$message}} @enderror

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
@endsection