@extends('admin/layouts/admin') @section('title', __($translatePrefix .'.title')) @section('scripts') @endsection @section('content')
{{ __($translatePrefix. '.subheading') }}
|
#
|
{{ __('global.name') }}
|
{{ __('global.email') }}
|
{{ __('global.phone') }}
|
{{ __('global.balance') }}
|
{{ __('global.actions') }} |
|---|---|---|---|---|---|
|
{{ __('global.no_results') }} |
@endif
@foreach($items as $item)
|||||
| {{ $item->id }} | {{ $item->excerptFullname() }} | {{ Str::limit($item->email, 30) }} | {{ Str::limit($item->phone, 15) }} | {{ formatted_price($item->balance) }} | {{ __('global.show') }} @if (staff_has_permission('admin.manage_customers')) @endif |