@extends('frontend::layouts.master') @section('content')

{!! end($breadcrumbs)['name'] ?? '' !!}

@if (!empty($about))

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

{!! $about['detail'] ?? '' !!}

@endif @if (!empty($list))
@foreach ($list['list'] as $item)

{!! $item['name'] ?? '' !!}

{!! $item['detail'] ?? '' !!}

@endforeach
@endif
@if (!empty($about))
{!! $about['text'] ?? '' !!}
@endif @endsection