@if (\Auth::check() && (\Auth::user()->user_type == 'staff' || \Auth::user()->user_type == 'admin')) @endif @forelse ($brands as $key => $brand) @empty @endforelse
S.No. {{ translate('Name') }} {{ translate('Type') }} Created On Created By{{ translate('Approval Status') }}{{ translate('Actions') }}
{{ $key + 1 + ($brands->currentPage() - 1) * $brands->perPage() }}
{{ $brand->name }}
@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

@else

No data added yet

@endif
Total Term(s) : {{ $brands->total() }}
{{ $brands->appends(request()->input())->links() }}