@extends('layouts.blesser.app') @section('content')
@if (false)
{{ getSiteName() }}
خواندنی
@endif

{{ $post->title }}

{{ $post->author ?? $post->user->name  ?? 'admin' }}

{{ $post->author ?? $post->user->name ?? 'admin'}}

{{ verta($post->created_at)->format('Y/m/d') }}
@if ($post->video != null) @else img") }}" alt="blog" class="w-full rounded-xl rounded-br-[50px]" /> @endif
{!! $post->content !!}
@endsection