@extends('layout.master') @push('plugin-styles') @endpush @push('style') @endpush @section('content')

@isset($post) Edit @else Create @endisset post

@isset($post)
@method('PUT') @else @endisset

Blog Content

Use h3(heading3) for heading and for adding recent articles in between blog add below code to editor at desired position, <p>recent-articles-here</p>

SEO

@isset($post)

Preview

@endisset @endsection @push('plugin-scripts') @endpush @push('custom-scripts') @endpush