@foreach ($rentalItems as $rentalItem)
|
@php
if (old('rental_equip_type_id')) {
$rental_id = old('rental_equip_type_id');
} else {
$rental_id = $rentalItem->rental_equip_type_id;
}
@endphp
|
is_domestic_dentist == 1 ? 'checked' : '' }}>
|
is_veterinarian == 1 ? 'checked' : '' }}>
|
is_other_medical == 1 ? 'checked' : '' }}>
|
is_abroad_dentist == 1 ? 'checked' : '' }}>
|
is_portable == 1 ? 'checked' : '' }}>
|
@endforeach