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

Users

@php $tables = ['user'=>'user-table', 'vendor' => 'vendor-table']; @endphp @foreach ($tables as $id => $table)
@if($id == 'vendor') @else @endif
IdAccount Executive NameSales Manager Name
@endforeach
@endsection @section('js') @endsection