@extends('admin.layouts.app') @section('title', 'Create Unit') @section('page_title', 'Add New Unit') @section('content')
Create Unit
@csrf
@error('name')
{{ $message }}
@enderror
@error('short_name')
{{ $message }}
@enderror
Cancel
@endsection