@php $pageName = "staff"; $subpageName = "application_forms"; @endphp @extends('layouts.app') @section('content')
Staff Management
Add Staff Category
@if(Session::has('message')) @endif
@endsection @section('script') @endsection