@extends('adminlte::page') @section('title', __("clinic-news.show.title")) @section('content_header')
@stop @section('content'){{ __("common.news.post_at") }}
{{ $news->post_at->format('Y/m/d') }}
{{ __("common.news.category") }}
{{ $news->newsCategory['name_'. $locale] }}
{{ __("common.news.title") }}
{{ $news->title }}
{{ __("common.news.body") }}
{{ __("clinic-news.show.attached_doc") }}