@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.update', $result['data']->id), 'method'=>'post', 'class' => 'form-horizontal', 'id' => 'addRhysleyCustomer', 'enctype'=>'multipart/form-data')) !!}
@method('put')
@if(count($result['data']->get_attachmets)>0)
@endif
{!! Form::close() !!}
Customer Information
Address Information
Attachments
Files
-
@foreach($result['data']->get_attachmets as $rsVal)
- {{$rsVal->attachment}} Uploaded by: {{$rsVal['managed_by']->first_name}} {{$rsVal['managed_by']->last_name}} on {{date('d-m-Y H:i:s', strtotime($rsVal->created_at))}} @endforeach