@section('header', __('Services'))
@if (!$services->isEmpty()) @endif @foreach ($services as $service) @endforeach
{{ __('Service name') }}
{{ $loop->iteration }} @if ($service->parameters->isNotEmpty()) {{__("Service Parameters")}} @endif {{ $service->name ?? '' }}
{{ __('Service Parameters') }}
    @foreach ($paramsModal as $param)
  • {{ __($param->label) }}
  • @endforeach
{{ __('Close') }}
{{ __('Delete record') }} @if (session()->has('error')) {{ session('error') }} @endif {{ __('Are you sure you would like to delete this record?') }} {{ __('Close') }} {{ __('Delete') }}