@extends("layouts.dashboard.app") @section("page-nav-title")

Edit Service

edit

@endsection @section("content")
id])}}" enctype="multipart/form-data"> @csrf @method('put')

Edit Add On Category

@error("service_name_en")
{{$message}}
@enderror
@error("service_name_ar")
{{$message}}
@enderror
@error("choice_type")
{{$message}}
@enderror

Options

@foreach($category_services->Category_service_option as $option) @endforeach
#ID English name Arabic name Price Control
{{$option->id}} {{$option->service_option_en}} {{$option->service_option_ar}} {{$option->price}} Delete
@if(isset($options_selected)) @for($i=0; $i < $options_selected; $i++)
Remove
@error("service_option_en." . $i)
{{$message}}
@enderror
@error("service_option_ar." . $i)
{{$message}}
@enderror
@error("price." . $i)
{{$message}}
@enderror
@endfor @endif
Add Option
@endsection @section("scripts") @endsection