| # | Service | {{ __('labels.introduction') }} | {{--{{ __('labels.created_at') }} | --}}{{ __('labels.action') }} |
|---|---|---|---|---|
| {{ $index + 1 }} |
{{ $service->title ?? '-' }}
|
{{ \Illuminate\Support\Str::limit(strip_tags($service->introduction ?? '-'), 50) }} | {{--{{ $service->created_at?->format('d.m.Y H:i') ?? '-' }} | --}}|
| {{ __('no_data_available_in_table') }} | ||||