@if(session()->has('message'))
@endif
@if(session()->has('error'))
@endif
{{ trans('labels.Successlabel') }}
{{ session()->get('message') }}{{ trans('labels.WarningLabel') }}
{{ session()->get('error') }}
{!! Form::open(array('url' => route('rhysley-customers.store'), 'method'=>'post', 'class' => 'form-horizontal', 'id' => 'addRhysleyCustomer', 'enctype'=>'multipart/form-data')) !!}
{!! Form::close() !!}
Customer Information
Address Information
Attachments