PATH:
home
/
lab2454c
/
crypto.keyreum.com
/
platform
/
themes
/
wowy
/
views
/
ecommerce
/
customers
/
address
@extends(Theme::getThemeNamespace() . '::views.ecommerce.customers.master') @section('content') @includeIf(Theme::getThemeNamespace() . '::views.ecommerce.customers.address.form', [ 'title' => __('Edit Address #:id', ['id' => $address->id]), 'route' => ['customer.address.edit', $address->id], 'address' => $address, 'button' => __('Update') ]) @endsection
[-] form.blade.php
[edit]
[-] create.blade.php
[edit]
[-] edit.blade.php
[edit]
[+]
..
[-] list.blade.php
[edit]