@extends('adminlte::page') @section('title', 'Users') @section('content')

Users

@php $tables = [ 'regional-manager' => 'regionalmanager-table', 'sales-manager' => 'salesmanager-table', 'account-executive' => 'accexcofficer-table']; @endphp @foreach ($tables as $id => $table)
{{-- --}}
Employee ID First Name Last Name Email Age Phone No BirthDate Address Joining Date Social Security Number Tax Indentification Number Manger ID Region Actions
@endforeach
@endsection @section('js') @endsection