@extends('admin::layouts.master') @section('title', __('admin/common.customer')) @section('content')
{{ __('common.submit') }}
ID {{ __('common.name') }} {{ __('common.phone') }} {{ __('common.created_at') }} {{ __('common.action') }}
@{{ index + 1}} @{{ address.name }} @{{ address.phone }} @{{ address.created_at }}
{{ __('admin/customer.no_address') }} {{ __('admin/customer.add_address') }}
{{ __('common.save') }} {{ __('common.cancel') }}
@hook('admin.customer.form.footer') @endsection @push('footer') @endpush