@extends('layouts.app') @section('title', 'Add Staff') @section('content') {{-- Form to add new staff --}}
Add New Staff
@csrf
@endsection