@extends('admin.layouts.main') @section('main-admin-container')
Add lightweight datatables to your project with using the Simple DataTables library. Just add .datatable
class name to any table you wish to conver to a datatable
S.No | Company Name | Phone | Logo | Status | Created At | Actions | |
---|---|---|---|---|---|---|---|
{{ $loop->iteration }} | {{ $siteDet->company_name }} | {{ $siteDet->email }} | {{ $siteDet->phone }} | {{ $siteDet->status == 1 ? 'Active' : 'Suspended' }} | {{ \Carbon\Carbon::parse($siteDet->created_at)->format('d-m-Y h:i A') }} |