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