@php $pageName = "staff"; $subpageName = "application_forms"; @endphp @extends('layouts.app') @section('css') @endsection @section('content')

Edit Staff Details

@if(Session::has('message')) @endif
@endsection @section('scripts') @endsection