@section('title','Edit Service') @push('vendor-style') @endpush @push('vendor-script') @endpush @push('style') @endpush @push('script') @endpush
{{-- Content --}}
@csrf
@error('title_en'){{ $message }}@enderror
@error('title_ar'){{ $message }}@enderror
@if(isset($old['options']) && $old['options']) @foreach($old['options'] as $option)
@if(isset($option['id']) && $option['id']) @endif
Images (324 * 256)
@error('file'){{ $message }}@enderror
@if($option['images']) @foreach($option['images'] as $image) @if($image->file && Storage::disk('musawer')->exists($image->file)) @endif @endforeach @endif
{!! $option['description_en'] !!}
{!! $option['description_ar'] !!}
@error('bundle_id'){{ $message }}@enderror
clear
@endforeach @else
Images (324 * 256)
@error('file'){{ $message }}@enderror
@error('bundle_id'){{ $message }}@enderror
clear
@endif