@props(['title' => null, 'subtitle' => null])
{{-- mobile nav trigger --}}
@if ($title)

{{ $title }}

@endif @if ($subtitle)

{{ $subtitle }}

@endif
@isset($actions) {{ $actions }} @endisset @auth
@csrf
@endauth