@extends('service.layouts.index', ['without_card' => true]) @section('content')

@lang('global.general_information')

@lang('global.additional_options')

@foreach ($item->options as $index => $option) @include('service.items.helpers.option', ['option' => $option, 'option_index' => $index]) @endforeach
@endsection