@extends('layouts.app', ['class' => 'g-sidenav-show bg-gray-100']) @php $breadcrumbItems = [ ['label' => 'Cài đặt', 'url' => route('admin.setting.index')], ['label' => 'Cài đặt chung'] ]; @endphp @section('content') @include('layouts.header')
@csrf @method('PUT')

@if($generalSettings->firstWhere('key', 'site_logo')->value) Site Logo @endif

@if($generalSettings->firstWhere('key', 'site_favicon')->value) Site Favicon @endif


{{--
--}} {{--
--}} {{-- --}} {{--
--}}
{{-- Email Settings --}} {{-- Contact Settings --}}
@endsection @push('js') @endpush