@extends('adminlte::page') @section('title', 'Addons') @section('content_header')
| No. | Title | Description | Created At | Action |
|---|---|---|---|---|
| {{$i}}. | {{$service->title}} | {{$service->description}} | {{ $service->created_at->format('d-m-Y H:i:s') ?? 'N/A' }} | Delete | @php $i++; @endphp