@extends('layouts.app') @push('pageTitle') {{ __('labels.security_benefit_services') }} @endpush @section('content')
| # | {{ __('labels.title') }} | {{ __('labels.status') }} | {{ __('labels.order') }} | {{ __('labels.created_at') }} | {{ __('labels.action') }} |
|---|---|---|---|---|---|
| {{ $index + 1 }} | {{ $item->title }} | @if ($item->is_active) {{ __('labels.active') }} @else {{ __('labels.inactive') }} @endif | @if ($item->sort_order) {{ $item->sort_order }} @endif |
{{ $item->created_at?->format('d.m.Y') }}
{{ $item->created_at?->format('H:i') }}
{{ $item->created_at?->shortRelativeDiffForHumans() }}
|
|
| {{ __('no_data_available_in_table') }} | |||||