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