@extends('common.dashboard') @section('title','Hospitals View') @section('content')
| # | Logo | Hospital Name | Contact No | Address | Ownership | Modify |
|---|---|---|---|---|---|---|
| {{$key+1}} |
@if($hospital->add_by==null && $hospital->is_active=='0')
|
{{$hospital->name}} | {{$hospital->contacts}} | {{$hospital->address}} | {{$hospital->ownership}} |
|
| No data found | ||||||