@extends('layouts.public-master') @section('title', 'مشاهده خبر - ') @section('main')

{{ $post->title }}

@jalali($post->created_at,true)
{!! clean($post->content) !!}
@endsection