@extends('tenant.layouts.master')
@section('title', 'Page Blocks')
@section('page-title', 'Page Blocks')
@section('breadcrumbs')
Page Blocks@endsection
@section('content')
| Page | Type | Region | Position | Actions |
@foreach ($blocks as $block)
| {{ $block->page?->title }} |
{{ ucfirst($block->type) }} |
{{ $block->region }} |
{{ $block->position }} |
|
@endforeach
@endsection