updated gallery
This commit is contained in:
@@ -1,13 +1,22 @@
|
||||
@extends('layouts.nova')
|
||||
|
||||
@php
|
||||
$headerBreadcrumbs = collect([
|
||||
(object) ['name' => $page_title, 'url' => route('legacy.latest_comments')],
|
||||
]);
|
||||
@endphp
|
||||
|
||||
@section('content')
|
||||
<div class="container-fluid legacy-page">
|
||||
<div class="effect2 page-header-wrap">
|
||||
<header class="page-heading">
|
||||
<h1 class="page-header">{{ $page_title }}</h1>
|
||||
<p>List of artwork with latest comments received.</p>
|
||||
</header>
|
||||
</div>
|
||||
<x-nova-page-header
|
||||
section="Comments"
|
||||
:title="$page_title"
|
||||
icon="fa-comments"
|
||||
:breadcrumbs="$headerBreadcrumbs"
|
||||
description="List of artwork with latest comments received."
|
||||
headerClass="pb-6"
|
||||
/>
|
||||
|
||||
<div class="container-fluid legacy-page pt-8">
|
||||
|
||||
<div class="masonry">
|
||||
@foreach ($comments as $comment)
|
||||
|
||||
Reference in New Issue
Block a user