@extends("layouts.dashboard.app") @section("page-nav-title")

{{__('Vendor table')}}

{{__('Control and view all Vendor')}}

@endsection @section("content") @include("layouts.main-parts.page-message")
@foreach($users as $user) @endforeach
#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"}}
id)}}" method="post" id="delete{{$user->id}}" style="display: none">@csrf @method("delete")
@endsection @section("scripts") @endsection