@extends('layouts.dashboard') @section('title', 'Page copy') @section('content')

Page copy

The content blocks behind About, Terms, Privacy, FAQs, loading bins and how it works.

@foreach ($blocks as $block) @endforeach
Key Title Status
{{ $block->key }} {{ $block->title }} @if ($block->is_placeholder) placeholder @endif Edit
@endsection