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

Packages Posts

@can('post-create') Add New Posts @endcan

All Posts

@include('admin.posts.partials.posts_table') @include('layouts.partials.pagination-info')
@endsection