@php $pageName = "staff"; @endphp @extends('layouts.app') @section('content') @if(Session::has('message')) @endif
Staff Management
Search Staff
@csrf



@endsection @section('script') @endsection