@extends('admin.layouts.form') @section('title', admin_trans('New department')) @section('container', 'container-max-lg') @section('back', route('admin.departments.index')) @section('content')
@csrf
@endsection