{{ $customer->customerCode }} |
{{ $customer->companyName }} |
{{ $customer->contactTitle . ' ' . $customer->contactName }} |
{{ $customer->getCustomerCreditRating->abbreviation }} |
@if (Auth::user()->hasPermission('customer_view'))
@endif
@if (Auth::user()->hasPermission('customer_delete') && 1 == 2)
@endif
|
@endforeach