@extends('layouts.admin') @section('title', 'Hospitals') @section('header', 'Hospitals') @section('content')
| Hospital | Contact | Services | Featured | Status | Actions |
|---|---|---|---|---|---|
|
@if($hospital->logo)
{{ $hospital->name }} {{ $hospital->address }} |
{{ $hospital->contact }} {{ $hospital->email }} |
@php $services = is_string($hospital->services) ? json_decode($hospital->services, true) : ($hospital->services ?? []); @endphp
@foreach($services as $service)
{{ is_array($service) ? ($service['value'] ?? $service['value'] ?? '') : $service }}
@endforeach
|
|||
| No hospitals found | |||||