@vite(['resources/css/app.css', 'resources/js/app.js'])
{{ $headerTitle ?? 'Biotolog' }}
@csrf
{{ $slot }}
@if(isset($bottomNav))
{{ $bottomNav }}
@endif