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