@extends('frontend::layouts.master')
@section('content')
{!! end($breadcrumbs)['name'] ?? '' !!}
@if (!empty($about))
@endif
@if (!empty($list))
@foreach ($list['list'] as $item)
{!! $item['name'] ?? '' !!}
{!! $item['detail'] ?? '' !!}
@endforeach
@endif
@if (!empty($about))
{!! $about['text'] ?? '' !!}
@endif
@endsection