@if (Session::has('message'))
{{ Session::get('message') }}
@endif
@foreach ($insurances as $insurance) @endforeach
# SHORT-NAME FULL-NAME
# {{ $insurance->shortname }} {{ $insurance->fullname }}  Edit
@csrf @method('delete')