@extends('layouts.admin-master') @section('title', 'Home') @section('style') @include('admin.style') @endsection @section('content')
@include('admin.header')

FARM TO APMC

Add New Measure Unit
Back to List
@csrf
@error('unit_name') {{ $message }} @enderror
@error('short_code') {{ $message }} @enderror
@include('admin.footer') @section('script') @include('admin.script') @endsection
@endsection