Company List
Manage your Company
@if(session()->has('success'))
{{ session()->get('success') }}
@endif
@if(session()->has('error'))
{{ session()->get('error') }}
@endif
| Action | @endifCompany Code | Name | City | Phone | @if(hasPermission('company', 'status'))Status | @endif
|---|---|---|---|---|---|
| @endif {{-- ✅ Company Details --}} | {{ $row->company_id }} | {{ $row->company_name }} | {{ $row->city }} | {{ $row->phone1 }} | {{-- ✅ Status --}} @if(hasPermission('company', 'status'))@if($row->status == 1) Active @else Inactive @endif | @endif