@if (session()->has('add_msg'))
×
{{session()->get('add_msg')}}
@endif
@if (session()->has('update_msg'))
×
{{session()->get('update_msg')}}
@endif
@if (session()->has('delete_msg'))
×
{{session()->get('delete_msg')}}
@endif
| # |
Institution Name |
Institution Type |
Institution Address |
District |
Website |
Email Address |
Phone No |
Action |
@php
$sl = 1;
@endphp
@foreach ($hospital_clinics as $item)
| {{$sl++}} |
{{$item->institution_name ?? '' }} |
{{ $item->institution_type ?? '' }} |
{{ $item->institution_address ?? '' }} |
{{ $item->district ?? '' }} |
{{ $item->website ?? '' }} |
{{ $item->email_address ?? '' }} |
{{ $item->phone_no ?? '' }} |
Edit
Delete
|
@endforeach