@extends('layout.index', [ 'title' => __('customers.title'), 'subtitle' => __('customers.create.title'), 'breadcrumb' => [__('customers.title'), __('customers.create.title')] ]) @include('boilerplate::load.fileinput') @section('content') {{ Form::open(['route' => 'Admin.Shop.Customers.store', 'id' => 'customer-form', 'autocomplete' => 'off']) }}
{{ __('customers.list.title') }} @include('components.button-save')
@include('Admin.Shop.Customers.form') @endsection