@section('title', $service->title . ' | ' . __('services/viewService.Services')) @section('header-style', 'inner_nav') @push('style') @endpush @push('script') @endpush
@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')

@endforeach
@endif