@extends('layouts.default') @section('title', trans('reports.standard.title.standardreports', ['type' => trans('reports.standard.customercontactlist')])) @section('new_button') {{-- // --}} @endsection @section('content')
CUSTOMER | PHONE | FULL NAME | BILLING ADDRESS | SHPPING ADDRESS | |
---|---|---|---|---|---|
{{ Str::limit($gname, 15) }} | {{ $element['phone'] }} | {{ $element['customer_email'] }} | {{ '' }} | {{ Str::limit($element['address'], 20) }} | {{ Str::limit($element['shipping_address'], 20) }} |