@vite(['resources/css/app.css', 'resources/js/app.js']) {{-- PAC TECHNOLOGY – LIGHT ENTERPRISE THEME --}} {{-- MOBILE TOP BAR --}}
P
PAC Technology
Admin Panel
@csrf
{{-- OVERLAY (MOBILE) --}} {{-- SIDEBAR --}} {{-- MAIN --}}
{{-- DESKTOP TOPBAR --}} {{-- Alerts --}}
@if(session('success'))
{{ session('success') }}
@endif @if(isset($errors) && $errors->any())
    @foreach($errors->all() as $err)
  • {{ $err }}
  • @endforeach
@endif
{{-- content --}}
@yield('content')
@yield('scripts')