{{-- --}} @yield('css')
@include('layouts.partials.navbar') @include('layouts.partials.sidebar')

@yield('content-header')

@yield('content-actions')
@include('layouts.partials.alert.success') @include('layouts.partials.alert.error') @if(!empty($enableSearch) && $enableSearch =="yes")
@elseif(!empty($enableSearch) && $enableSearch =="yes-member")
@endif

@if(!empty($downloadRoute) && strlen($downloadRoute) > 1) {{ $downloadText ?? "Download"}} @endif @if(!empty($memberDownloadRoute) && strlen($memberDownloadRoute) > 1)
@endif
@yield('content')
@include('layouts.partials.footer')
@yield('js')