@extends('adminlte::page') @section('title', 'Add New Service') @section('content') Create Product Category Home Create Product Category Create Product Category @csrf Name @error('name') {{ $message }} @enderror Slug @error('slug') {{ $message }} @enderror Category Select Category @foreach ($categories as $category) id ? 'selected' : '') }}>{{ $category->name }} @endforeach @error('category_id') {{ $message }} @enderror @endsection @section('js') @endsection