@extends('layouts.admin') @section('title', $pageTitle) @section('content') @include('include.admin.toast')
| {{ __('SR No') }} | {{ __('Name') }} | {{ __('Status') }} | {{ __('Created') }} | {{ __('Action') }} |
|---|---|---|---|---|
| {{ $addons->firstItem() + $loop->index }} | {{ $addon->addon_name ?? '-' }} |
status === 'active' ? 'checked' : '' }}>
|
{{ $addon->created_at->diffForHumans() }} | {{ __('Delete') }} {{ __('Settings') }} |
| {{ __('No Records Found') }} |