@extends('layouts.app') @section('title', 'New Staff') @section('content')
New Staff
@csrf
@include('staff._form')
@endsection