@extends('layouts.layout') @section('one_page_css') @endsection @section('content')

@lang('Clinic Services Info')

@can('hospital-department-update') @endcan
{{ $hospitalDepartment->name }}
{!! $hospitalDepartment->description !!}
@if ($hospitalDepartment->status) @lang('Active') @else @lang('Inactive') @endif
@endsection