@csrf
@foreach ($insuranceTypes as $type)
@include('backend.insurance.insurance-types.partials.insurance_type_blank', ['type' => $type])
@endforeach