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

CustomerIdentity

Create New CustomerIdentity


{!! Form::open(['route' => 'admin.customerIdentities.store']) !!} @include('admin.customerIdentities.fields') {!! Form::close() !!}
@stop @section('footer_scripts') @stop