@vite(['resources/css/app.css', 'resources/js/app.js'])
@yield('page_title', 'Dashboard')
@hasSection('page_subtitle')
@yield('page_subtitle')
@endif
Portal
@yield('content')
@include('components.share-modal')