@extends('frontend::layouts.master') @section('content') @php $breadcrumbs = [ [ 'title' => $menu_index['name'] ?? '', 'url' => $menu_index['url'] ?? 'javascript:void(0)', ], [ 'title' => $menu_about['name'] ?? '', 'url' => $menu_about['url'] ?? 'javascript:void(0)', ], ]; @endphp

{{ $about['name'] ?? '' }}

{!! $about['detail'] ?? '' !!}
@if (!empty($card_about['list'][0]))
@foreach ($card_about['list'] as $card)
@if (!empty($card['image']))
{{ $card['name'] ?? '' }}
@endif

{{ $card['name'] ?? '' }}

{{ $card['detail'] ?? '' }}

@endforeach
@endif
{!! $about['text'] ?? '' !!} @endsection