@php if($service_type == 4) { $type_of_customer = str_replace(' ','_',$data_change_field->name); } elseif($service_type == 5) { $type_of_customer = $customer_type; } else { $type_of_customer = NULL; } @endphp @livewire("transaction.transaction-select-component",['service_type'=>$service_type,'customer_type'=>$type_of_customer,'user_id'=>$user_id,'admin' => $admin])
@error('transaction') {{ $message }} @enderror
@include('livewire.common._transactionview') @include('livewire.common._customerview')
@include('livewire.policy.create._customer-modal')