@extends('layouts.panel') @section('page_title')

داشبورد

@endsection @section('custom_css') @endsection @section('content')
@csrf
@if($blog_post->summary != '')
{!! $blog_post->summary !!}
@endif
{!! $blog_post->body !!}

@endsection