@extends ('../welcome') @section('content')

Hospitals

@if (auth()->user()->type == 'admin') @endif
@forelse($hospitals as $hospital) @endforeach
# Name Phone Address Action
{{ $hospital->id }} {{ $hospital->name }} {{ $hospital->phone }} {{ $hospital->address }}
@endsection