Deleted Companies
Back to Companies{{ session('success') }}
@endif
| # | Company Name | Phone | Status | Actions |
|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $company->name }} | {{ $company->phone ?? '-' }} | @if($company->status == 'active') Active @else Inactive @endif | |
| Trash is empty. | ||||