@yield('title')
{{__('admin.Login')}}
@if ($setting->text_direction == 'RTL')
@endif
@if (env('FRONTEND_LAYOUT') == 'REACT')
{{__('admin.Visit Website')}}
@else
{{__('admin.Visit Website')}}
@endif @php $header_admin=Auth::guard('admin')->user(); @endphp
@if ($header_admin->image)
@else
@endif
{{ $header_admin->name }}
{{__('admin.Profile')}}
{{__('admin.Logout')}}
@csrf
@include('admin.sidebar') @yield('admin-content')
@php $setting = App\Models\Setting::first(); @endphp
{{__('admin.Item Delete Confirmation')}}
×
{{__('admin.Are You sure delete this item ?')}}