@extends('admin/layouts/default') @section('title') CustomerIdentities @parent @stop @section('content') @include('adminlte-templates::common.errors')

CustomerIdentities Edit

Edit CustomerIdentity


{!! Form::model($customerIdentity, ['route' => ['admin.customerIdentities.update', collect($customerIdentity)->first() ], 'method' => 'patch']) !!} @include('admin.customerIdentities.fields') {!! Form::close() !!}
@stop @section('footer_scripts') @stop