{{-- Extends layout --}} @extends(getThemeBasePath()) {{-- Content --}} @section('content')

{{$page_title}}

@if(!request()->is('hidden_staff*')) Add Staff @endif
@include("backend.alerts") {!! $html->table() !!}
@endsection {{-- Scripts Section --}} @section('scripts') {!! $html->scripts() !!} @endsection