@extends('layouts.master-layouts') @section('title') {{ __('App Setting') }} @endsection @section('content') @component('components.breadcrumb') @slot('title') App Setting @endslot @slot('li_1') Dashboard @endslot @slot('li_2') Setting @endslot @slot('li_3') App Setting @endslot @endcomponent
{{ __('Setting Instructions') }}
Card image cap

App Name

Application name will display on top of the page.

Card image cap

Logo Small

Small logo will display on mobile screen.

Card image cap

Logo Large

This is lg logo display default on site.

Card image cap

Dark Logo Sm

This is sm logo display when topbar is light on mobile screen.

Card image cap

Dark Logo Lg

This is sm logo display when topbar is light.

Card image cap

Favicon

This is favicon appear near App title.

{{ __('Setting Details') }}
@csrf
Please Enter minimum 5 or maximum 40 caracters. @error('title') {{$message}} @enderror
Please Enter only jpg, png, svg files, a good looking logo dimensions are 64x75. @error('logo_sm') {{$message}} @enderror
Please Enter only jpg, png, svg files, a good looking logo dimensions are 440x75. @error('logo_lg') {{$message}} @enderror
Please Enter only jpg, png, svg files, a good looking logo dimensions are 64x75. @error('logo_dark_sm') {{$message}} @enderror
Please Enter only jpg, png, svg files, a good looking logo dimensions are 440x75. @error('logo_dark_lg') {{$message}} @enderror
Please Enter only jpg, png, svg, ico files, a good looking icon dimensions are 128x128. @error('favicon') {{$message}} @enderror
{{ __('Footer Details') }}
Please Enter minimum 5 or maximum 40 caracters. @error('footer_left') {{$message}} @enderror
Please Enter minimum 5 or maximum 80 caracters. @error('footer_right') {{$message}} @enderror
@endsection