@extends('layouts.app') @section('title', 'Bangladesh Unbound - Posts') @section('page-title', 'Posts') @section('breadcrumb') @endsection @section('content')

Packages Create Post

Back to Posts List
@include('admin.posts.partials.create-form')
@endsection