@extends('layouts.app') @section('title') @if( ! empty($title)) {{ $title }} | @endif @parent @endsection @section('content')
@include('admin.sidebar_menu')
@if( ! empty($title)) @endif @include('admin.flash_msg')
@csrf
{!! $errors->has('title')? '

'.$errors->first('title').'

':'' !!}
{!! $errors->has('post_content')? '

'.$errors->first('post_content').'

':'' !!}
@endsection @section('page-js') @endsection