@extends("layouts.dashboard.app") @section("page-nav-title")
{{__('Control and view all Vendor')}}
| #ID | {{__('First name')}} | {{__('Phone number')}} | {{__('Branch Name')}} | {{__('User Type')}} | {{__('Control')}} |
|---|---|---|---|---|---|
| {{++$count}} | {{$user->firstName}} | {{$user->phone_number}} | {{$user->VendorBranch !=null ? $user->VendorBranch->Branch ? $user->VendorBranch->Branch->store_name_en : "no branch for this user" :"no branch for this user"}} |
|