@csrf @if ($method === 'PUT') @method('PUT') @endif
@foreach ($insuranceTypes as $type)
@include('backend.insurance.insurance-types.partials.insurance_type', [ 'type' => $type, 'defaults' => $defaults, 'level' => 0, ])
@endforeach