@extends('admin::layouts.master') @section('title', __('admin/common.customer')) @section('content')
| ID | {{ __('common.name') }} | {{ __('common.phone') }} | {{ __('common.created_at') }} | {{ __('common.action') }} | |
|---|---|---|---|---|---|
| @{{ index + 1}} | @{{ address.name }} | @{{ address.phone }} | @{{ address.created_at }} | ||
|
{{ __('admin/customer.no_address') }}
|
|||||