@extends('admin.layouts.master') @section('title','Add New Unit') @section('content')

Create a New Unit

@csrf
@if ($errors->has('name'))

{{ $errors->first('name') }}

@endif
@if ($errors->has('status'))

{{ $errors->first('status') }}

@endif
@endsection