@extends('frontend::layouts.master') @section('title') @section('style') @endsection @section('content') @include('frontend::master_banner')
@if (!empty($page))

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

{!! $page['detail'] ?? '' !!}
@endif @if (!empty($timeline['list']))

@lang('frontend::lang.index_msg_8')

@if (!empty($teams['list']))

@lang('frontend::lang.index_msg_9')

@foreach ($teams['list'] as $list)
@if (!empty($list['image']))
@endif
{{ $list['name'] ?? '' }}
{{ $list['desc'] ?? '' }}
@endforeach
@if ($teams['page']['total'] > 1)
@endif
@endif
@endif
@endsection @section('script') @endsection