{{ $article['name'] ?? '' }}
{!! $article['detail'] ?? '' !!} @if (!empty($list['list'][0])) @foreach ($list['list'] as $item){{ $item['name'] ?? '' }}
{!! $item['detail'] ?? '' !!} @if (!empty($item['gallery']))-
@foreach ($item['gallery'] as $g)
- @endforeach