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

Post

Post Category

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

Name

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

Image

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

Slug

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

Status

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

Created At

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

Description

{!! $doctor_post->description !!}

@endsection @section('scripts') @endsection