@extends('layouts.admin') @section('page-header') @endsection @section('content')

{{$post->title}}

{!!$post->description!!}
@endsection @section('scripts') @endsection