Request Details

{!! Form::label('service_type', Lang::get('mof.service_type')) !!}:
{{$data_change_service->name}}
{!! Form::label('field_type', Lang::get('mof.field_type')) !!}:
{{$data_change_field->name}}
@if ($customer)
{!! Form::label('customer', Lang::get('mof.customer')) !!}:
@endif @if ($service_type == '1')
{!! Form::label('property', Lang::get('mof.property')) !!}:
@endif @if ($service_type == '2')
{!! Form::label('vehicle', Lang::get('mof.vehicle')) !!}:
@endif @isset ($customer_type)
{!! Form::label('customer_type', Lang::get('customer.customer_type')) !!}:
{{ucwords(strtolower(str_replace('_',' ',$customer_type)))}} @isset($customer) @php $tr = resolve('App\Models\Transaction')::where(strtolower($customer_type).'_id',$customer->id) ->where('id',$transactionId) ->first(); @endphp @if($tr) (Primary) @endif @endisset
@endisset

Transaction Details

@include('livewire.common._transactionview')

Field Details

@for ($i=0; $i<$confirm_field_count; $i++) @endfor