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