@extends('super_admins.layouts.master') @section('title') View Post @endsection @section('css') @endsection @section('content') @if ($errors->any()) @endif

Post

Post Category

{{ $clinic_post->blog_category->name ? $clinic_post->blog_category->name : '--' }}

Name

{{ $clinic_post->name ? $clinic_post->name : '--' }}

Image

@if ($clinic_post->image) {{ $clinic_post->slug }} @else -- @endif

Slug

{{ $clinic_post->slug ? $clinic_post->slug : '--' }}

Status

{{ $clinic_post->is_active ? 'Active' : 'Inactive' }}

Created At

{{ date_format($clinic_post->created_at, 'd-m-Y') }}

Description

{!! $clinic_post->description !!}

@endsection @section('scripts') @endsection