@lang('modules.customer.name') | @lang('modules.customer.email') | @lang('modules.customer.phone') | @lang('modules.order.totalOrder') | @lang('app.action') |
---|---|---|---|---|
{{ $item->name }} | {{ $item->email ?? '--' }} | {{ $item->phone ?? '--' }} | {{ $item->orders_count }} @lang('menu.orders') |
@if(user_can('Update Customer'))
|
@lang('messages.noCustomerFound') |