@extends('back.layouts.app', ['title' => $title]) @section('content')
@include('back.common_views.quicklinks')
@if ($errors->any())

Please correct These error.

@foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
    @endif

    Logo and Favicon Settings @php echo helptooltip('admin_logo_favicon') @endphp


    @csrf
    Just make sure that the image size does not exceed 5MB and 1200 x 627 pixels should be the limit as these are Facebook limitations for image tags


    @endsection @section('beforeBodyClose') @endsection