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

Page Blocks

Add Block
@forelse ($blocks as $block) @empty @endforelse
TenantPageTypeRegionPositionActions
{{ $block->page?->tenant?->name }} {{ $block->page?->title }} {{ ucfirst($block->type) }} {{ $block->region }} {{ $block->position }}
No page blocks yet.
{{ $blocks->links() }}
@endsection