Inside page content (read only)
| Project | Hero Type | Intro Heading | Services | Action |
|---|---|---|---|---|
|
{{ $row->work->title ?? '—' }}
Project ID: {{ $row->work_id }}
|
{{ $row->inner_hero_type ?? '—' }} | {{ $row->intro_heading ?: '—' }} |
@php
$services = is_array($row->services) ? array_filter($row->services) : [];
@endphp
@if (count($services))
@foreach ($services as $s)
{{ $s }}
@endforeach
@else
—
@endif
|
Edit View |
| No project details found | ||||