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

FARM TO APMC

Add New Crop Category
Back to List
@csrf
{{-- Category Name Input --}}
@error('category_name') {{ $message }} @enderror
{{-- Description Textarea --}}
@error('description') {{ $message }} @enderror
{{-- Submit Button --}}
@include('admin.footer') @section('script') @include('admin.script') @endsection
@endsection