@extends('tenant.layouts.master') @section('title', 'New Page Block') @section('page-title', 'New Page Block') @section('breadcrumbs') @endsection @section('content') @include('tenant.page-blocks._form', ['action' => route('tenant.page-blocks.store', $tenant), 'method' => 'POST']) @endsection