@php
$profile = \App\Models\Profile::where('id', Auth::user()->profile_id)->first();
$file = \App\Models\File::where('id', $profile->file_id)->first();
@endphp
{{ $slot }}
Confirm Logout
Are you sure you want to log out?
{{-- admin layout --}}
@elseif (Request::routeIs('admin*'))
@props(['breadcumb' => '', 'page' => ''])