{{-- Extends layout --}} @extends(getThemeBasePath()) @section('page_title') {{$page_title}} @endsection {{-- Content --}} @section('content')
@if(!empty($data['id'])) @method('PUT') @endif @csrf
@include("backend.errors") {{--
--}}
{{-- Press CTRL KEY + Click to select multiple staff at one time --}}
@endsection {{-- Scripts Section --}} @section('scripts') @endsection