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