@extends('layouts.frontendDashboard.master') @section('title', 'Add Category') @section("body-start")
@endsection @section("content")
{{csrf_field()}}
@error('category_id') @enderror
@error('name') @enderror
@error('status') @enderror
@endsection @push('scripts') @endpush