@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') . '

' : '' !!}
@if ($post->feature_img) @php $img = $post->feature_img @endphp @endif

@lang('app.post_img_resize_info')

{!! $errors->has('images') ? '

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

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