@extends('admin.layout.master') @section('title', 'Create Department') @section('section', __('department.Create Department')) @section('body')
@csrf
@error('name') {{ $message }} @enderror
@error('country') {{ $message }} @enderror
@endsection