@extends('backend.layout.main') @section('content') @if(session()->has('not_permitted'))
{{ session()->get('not_permitted') }}
@endif

{{trans('file.Update Customer')}}

{{trans('file.The field labels marked with * are required input fields')}}.

{!! Form::open(['route' => ['customer.update',$lims_customer_data->id], 'method' => 'put', 'files' => true]) !!}
@if($errors->has('phone_number')) {{ $errors->first('phone_number') }} @endif
@if(!$lims_customer_data->user_id)
 
@endif
@foreach($custom_fields as $field)
Warning: Undefined variable $field in C:\laragon\www\pos\resources\views\backend\customer\edit.blade.php on line 102

Warning: Attempt to read property "name" on null in C:\laragon\www\pos\resources\views\backend\customer\edit.blade.php on line 102

Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in C:\laragon\www\pos\resources\views\backend\customer\edit.blade.php on line 102
@if(!$field->is_admin || \Auth::user()->role_id == 1)
@if($field->type == 'text') is_required){{'required'}}@endif> @elseif($field->type == 'number') is_required){{'required'}}@endif> @elseif($field->type == 'textarea') @elseif($field->type == 'checkbox')

Warning: Undefined variable $field in C:\laragon\www\pos\resources\views\backend\customer\edit.blade.php on line 116

Warning: Attempt to read property "option_value" on null in C:\laragon\www\pos\resources\views\backend\customer\edit.blade.php on line 116

Deprecated: explode(): Passing null to parameter #2 ($string) of type string is deprecated in C:\laragon\www\pos\resources\views\backend\customer\edit.blade.php on line 116

Warning: Undefined variable $lims_customer_data in C:\laragon\www\pos\resources\views\backend\customer\edit.blade.php on line 117

Warning: Attempt to read property "" on null in C:\laragon\www\pos\resources\views\backend\customer\edit.blade.php on line 117

Deprecated: explode(): Passing null to parameter #2 ($string) of type string is deprecated in C:\laragon\www\pos\resources\views\backend\customer\edit.blade.php on line 117
@foreach($option_values as $value)   @endforeach @elseif($field->type == 'radio_button')

Warning: Undefined variable $field in C:\laragon\www\pos\resources\views\backend\customer\edit.blade.php on line 128

Warning: Attempt to read property "option_value" on null in C:\laragon\www\pos\resources\views\backend\customer\edit.blade.php on line 128

Deprecated: explode(): Passing null to parameter #2 ($string) of type string is deprecated in C:\laragon\www\pos\resources\views\backend\customer\edit.blade.php on line 128
@foreach($option_values as $value)   @endforeach @elseif($field->type == 'select')
Warning: Undefined variable $field in C:\laragon\www\pos\resources\views\backend\customer\edit.blade.php on line 137

Warning: Attempt to read property "option_value" on null in C:\laragon\www\pos\resources\views\backend\customer\edit.blade.php on line 137

Deprecated: explode(): Passing null to parameter #2 ($string) of type string is deprecated in C:\laragon\www\pos\resources\views\backend\customer\edit.blade.php on line 137
@elseif($field->type == 'multi_select')
Warning: Undefined variable $field in C:\laragon\www\pos\resources\views\backend\customer\edit.blade.php on line 145

Warning: Attempt to read property "option_value" on null in C:\laragon\www\pos\resources\views\backend\customer\edit.blade.php on line 145

Deprecated: explode(): Passing null to parameter #2 ($string) of type string is deprecated in C:\laragon\www\pos\resources\views\backend\customer\edit.blade.php on line 145

Warning: Undefined variable $lims_customer_data in C:\laragon\www\pos\resources\views\backend\customer\edit.blade.php on line 146

Warning: Attempt to read property "" on null in C:\laragon\www\pos\resources\views\backend\customer\edit.blade.php on line 146

Deprecated: explode(): Passing null to parameter #2 ($string) of type string is deprecated in C:\laragon\www\pos\resources\views\backend\customer\edit.blade.php on line 146
@elseif($field->type == 'date_picker') is_required){{'required'}}@endif> @endif
@endif @endforeach
@if($errors->has('name')) {{ $errors->first('name') }} @endif
{!! Form::close() !!}
@endsection @push('scripts') @endpush