@section('title','Edit Service') @push('vendor-style') @endpush @push('vendor-script') @endpush @push('style') @endpush @push('script') @endpush {{-- Content --}} @csrf Service Details @lang('Title (English)') * @error('title_en'){{ $message }}@enderror @lang('Title (Arabic)') * @error('title_ar'){{ $message }}@enderror @if($service->image && Storage::disk('musawer')->exists($service->image)) @lang('Image') clear @else Image (500 * 475) @endif @lang('Category') * @if(isset($old['category_id']) && $old['category_id']!='') {{$old['category_id']->name}} @endif @error('category_id'){{ $message }}@enderror @lang('Status')* status ? "checked" : ""}} /> Active status ? "checked" : ""}} /> Inactive Submit send refresh Reset Service Options addAdd # Title No.of Options Action @if($service->dropdowns) @foreach($service->dropdowns as $key => $dropdown) {{$key + 1}} {{$dropdown->title}} {{$dropdown->options->count()}} edit delete_forever @endforeach @endif