@php $tables = ['user'=>'user-table', 'vendor' => 'vendor-table', 'manager' => 'manager-table',
'admin' => 'admin-table', 'superadmin' => 'superadmin-table']; @endphp
@foreach ($tables as $id => $table)
@if($id == 'vendor')
@endif
@if($id == 'vendor' || $id == 'user')
@endif
@if($id == 'vendor')
@endif
First Name |
Last Name |
Email |
Age |
Gender |
Phone No |
@if($id == 'vendor')
Company Name |
@endif
Region |
Date Of Registration |
Actions |
@endforeach