@extends('layout.index', [ 'title' => __('shop.customer_addresses.title'), 'subtitle' => __('shop.customer_addresses.edit'), 'breadcrumb' => [__('shop.customer_addresses.title')], ]) @section('content') {{ Form::open(['route' => 'Admin.Shop.CustomerAddresses.store', 'id' => 'customer_address-form', 'autocomplete' => 'off']) }} @include('Admin.Shop.CustomerAddresses.form') @endsection