@if($service->dropdowns->count() && $serviceOptions)
@if($division->slug == 'photography') @Lang('services/viewService.Select how many photos') @else @Lang('services/viewService.Select duration') @endif
@foreach($serviceOptions as $key => $options)
@Lang('services/viewService.Select packages')
@foreach ($serviceOptions[$key] as $option)
@if($option->price > 0 || $option->discription)
@Lang('services/viewService.PRICE')
{{$option->price}} @Lang('custom.KWD')
{!! $option->description !!}
@if($option->images->count())
@foreach($option->images as $image)
@if($image->file && Storage::disk('musawer')->exists($image->file))
@endif
@endforeach
@endif
@endif
@endforeach
@endforeach
@endif