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

Users

@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
@if($id == 'vendor') @endif
First Name Last Name Email Age Gender Phone No Company Name Region Date Of Registration Actions
@endforeach
@endsection @section('js') @endsection