@extends('layouts.app') @section('content') @php $my_hospital = \App\Models\Hospital::find(\Auth::user()->hospital_id); @endphp
:message