@extends('layouts.master') @section('title') Settings @endsection @section('css') @endsection @section('content') @component('components.breadcrumb') @slot('li_1') Settings @endslot @slot('title') Configuration @endslot @endcomponent {{--
--}}
@csrf

General Settings

image
The image is preferred to be 300 x 107 @error('header_logo') {{ $message }} @enderror
image
The image is preferred to be 140 x 50 @error('white_logo') {{ $message }} @enderror
image
The image is preferred to be 32 x 32 @error('favicon') {{ $message }} @enderror
@error('site_name') {{ $message }} @enderror
@error('site_slogan') {{ $message }} @enderror

Back
{{--
--}} @endsection