@push('styles') @endpush
| # | Full Name | Contact | Address | Status | Action | |||
|---|---|---|---|---|---|---|---|---|
| {{ $start + $loop->index }} | {{ $company->name }} | {{ $company->email }} | {{ $company->phone }} | {{ $company->address }} | @if (auth()->user()->role->name == 'staff' || auth()->user()->role->name == 'companyStaff')@if (auth()->user()->is_edit == 1) @if ($company->status == 1) Active @else Pending @endif @else @endif | @else@if ($company->status == 1) Active @else Pending @endif | @endif @if (auth()->user()->role->name == 'staff' || auth()->user()->role->name == 'companyStaff')@if (auth()->user()->is_edit == 1) @else @endif @if (auth()->user()->is_delete == 1) @else @endif | @else@endif |
| No Data! | ||||||||