@extends('dashboard.layouts.app') @section('title', __('dashboard.Customers') . ' | ' . __('dashboard.All Customers')) @section('page_heading', __('dashboard.All Customers')) @section('breadcrumb')
{{ __('dashboard.ID') }} | {{ __('dashboard.Name') }} | {{ __('dashboard.Phone') }} | {{ __('dashboard.Address') }} | {{ __('dashboard.Actions') }} |
---|---|---|---|---|
{{ $cust->id }} | {{ $cust->name }} | {{ $cust->phone }} | {{ $cust->address }} |
|