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

Packages @if(isset($page)) Edit Page @else Create Page @endif

{{-- back button --}} Back to Pages
@include('admin.pages.partials.create-form')
@endsection