@php $info = \App\Models\Information::first(); @endphp
{{$info->site_name}} Admin Panel
@stack('css')
{{ auth()->user()->first_name}}
Welcome !
My Account
Change Password
@can('product.delete')
Settings
@endcan
Logout
@csrf
{{ auth()->user()->name}}
@include('backend.partials.navbar')
@yield('content')
Settings
Color Scheme
Light Mode
Dark Mode
Width
Fluid
Boxed
@include('backend.partials.js')