|
|
S.No. | {{ translate('Name') }} | {{ translate('Type') }} | Created On | Created By | @if (\Auth::check() && (\Auth::user()->user_type == 'staff' || \Auth::user()->user_type == 'admin')){{ translate('Approval Status') }} | @endif{{ translate('Actions') }} | ||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
{{ $key + 1 + ($brands->currentPage() - 1) * $brands->perPage() }} | @php if (!empty($brand->type)) { echo ucwords(str_replace('_', ' ', $brand->type)); } @endphp | {{ \Carbon\Carbon::parse($brand->created_at)->format('Y-m-d h:i A') }} | {{ $brand->user?->name ?? 'N/A' }} | |||||||||||||||||||||||||||||||||||||||||||||
|
@if (!empty(request()->search))
No result found@elseNo data added yet@endif |
|||||||||||||||||||||||||||||||||||||||||||||||||