@extends('frontend::layouts.master') @section('content') @if (!empty($banners[0]))
    @foreach ($banners as $k => $b)
  • @if ($b['type'] == 'image') {{ $b['name'] ?? '' }}
    {{ $b['name'] ?? '' }}
    {{ $b['desc'] ?? '' }}
    @if (!empty($b['url'])) @endif @elseif ($b['type'] == 'youtube')
    @elseif ($b['type'] == 'video')
    @endif
  • @endforeach
@endif @if (!empty($about['detail']))
{!! $about['detail'] ?? '' !!} @if (!empty($link_about['url']))
@endif
@endif @if (!empty($our_service_list[0]) || !empty($our_service['detail']))
@if (!empty($our_service['detail']))
{!! $our_service['detail'] ?? '' !!} @if (!empty($link_our_service['url'])) {{ __('frontend::lang.btn.view_all') }} @endif
@endif @if (!empty($our_service_list[0])) @foreach ($our_service_list as $k => $s) @php $delay = ($k + 1) * 200; @endphp

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

{{ $s['desc'] ?? '' }}

@if (!empty($link_our_service['url'])) {{ __('frontend::lang.btn.view_more') }} @endif
@endforeach @endif
@endif @if (!empty($statistics['status']) && (!empty($statistics['desc']) || !empty($statistics['text']) || !empty($statistics['detail']) || !empty($statistics['location'])))
{!! $statistics['desc'] ?? '' !!}
    @if (!empty($statistics['text']))
  • +
    {!! $statistics['text'] ?? '' !!}
  • @endif @if (!empty($statistics['detail']))
  • +
    {!! $statistics['detail'] ?? '' !!}
  • @endif @if (!empty($statistics['location']))
  • +
    {!! $statistics['location'] ?? '' !!}
  • @endif
@endif @if (!empty($project_list[0]))
@endif @endsection