@php use Illuminate\Support\Facades\Storage; @endphp @yield('title', 'Admin Panel') @stack('styles')
UFG Logo
@csrf

@yield('page-title', 'Admin Panel')

@yield('content')
@yield('modals') @stack('scripts')