@extends('header.header') @section('content')
#{{__('ID')}} | {{__('user Name')}} | {{__('Password')}} | {{--{{__('Phone Number')}} | --}}{{__('Email')}} | {{__('Store Name')}} | {{__('Branch Store')}} | {{__('Status')}} | {{__('Action')}} |
---|---|---|---|---|---|---|---|---|
{{$user->id}} | {{$user->name}} | {{$user->first_password}} | {{--{{$user->phone_number}} | --}}{{$user->email}} | {{$user->branchstores ? ($user->branchstores->storename ? $user->branchstores->storename->lang->getTitleAttribute() : "No Name" ) : "No Name"}} | {{$user->branchstores ? $user->branchstores->lang->getTitleAttribute() : null}} |
|