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