@extends('layouts.app') @section("title", "Departments - Create new") @section('pageTitle', 'Create department') @section('content')
New department
@csrf
@endsection