@extends('layouts.app') @section('title', $meta['label']) @section('page-title', $meta['label']) @section('breadcrumb', 'Platform Admin / Website Content / ' . $meta['label']) @section('content')
← All sections

{{ $meta['description'] }}

Preview
@csrf @method('DELETE')
@csrf @method('PUT') @includeIf('platform.website-content.partials.' . $section)
Cancel
@endsection