@extends('Layouts.adminLayout') @section('title') {{__('Insert Department')}} @endsection @section('breadcrumb')
@endsection @section('content')
{{__('Insert Department')}}
@CSRF
@if ($errors->has('name'))
{{ $errors->first('name') }}
@endif
@endsection @section('script') @endsection