@extends('adminlte::page') @section('title', 'Add New Service') @section('content')

Create Product Category

Create Product Category

@csrf
@error('name') {{ $message }} @enderror
@error('slug') {{ $message }} @enderror
@error('category_id') {{ $message }} @enderror
@endsection @section('js') @endsection