{{ __('Services') }}

@php $sl = 1; @endphp @foreach ($additional_services as $service) @endforeach
{{ __('sl') . '#' }} {{ __('Service') }} {{ __('Price') }}
{{ $sl++ }} {{ $service->service_name }} {{ $service->price }}