@section('title','Edit Service') @push('vendor-style') @endpush @push('vendor-script') @endpush @push('style') @endpush @push('script') @endpush
{{-- Content --}}
@csrf
  • Service Details
    @error('title_en'){{ $message }}@enderror
    @error('title_ar'){{ $message }}@enderror
    @if($service->image && Storage::disk('musawer')->exists($service->image))
    clear @else
    Image (500 * 475)
    @endif

    @error('category_id'){{ $message }}@enderror
  • Service Options
    @if($service->dropdowns) @foreach($service->dropdowns as $key => $dropdown) @endforeach @endif
    # Title No.of Options Action
    {{$key + 1}} {{$dropdown->title}} {{$dropdown->options->count()}} edit delete_forever