@include('theme.pmis.layouts.partials.asset-config')
@yield('title', 'Default Theme') - IFRAP
@if (file_exists(public_path('build/manifest.json')) || file_exists(public_path('hot'))) @vite(['resources/theme/css/app.css', 'resources/theme/js/app.js']) @endif @yield('styles')
@include('theme.pmis.includes.navbar')
@yield('content')
@include('theme.pmis.partials.footer')
@yield('scripts')