@extends('tenant.layouts.master') @section('title', 'Page Blocks') @section('page-title', 'Page Blocks') @section('breadcrumbs')@endsection @section('content')

Page Blocks

Add Block
@foreach ($blocks as $block) @endforeach
PageTypeRegionPositionActions
{{ $block->page?->title }} {{ ucfirst($block->type) }} {{ $block->region }} {{ $block->position }}
@endsection