@extends('frontend::layouts.app') @section('content') @if (!empty($about_us_first['list'][0])) {!! $about_us_first['detail'] ?? '' !!} @lang('frontend::lang.more_detail') @if (!empty($about_us_first['image'])) @endif @endif @if (!empty($about_us['list'])) @lang('frontend::lang.history_vision_solution_mission') @foreach ($about_us['list'] as $k => $list) @if ($k % 2 == 0) {{-- {!! $list['name'] ?? '' !!} --}} {!! $list['detail'] ?? '' !!} @if (!empty($list['image'])) @if (!empty($type) && $type == 'mp4') @else @endif @endif @else @if (!empty($list['image'])) @if (!empty($type) && $type == 'mp4') @else @endif @endif {{-- {!! $list['name'] ?? '' !!} --}} {!! $list['detail'] ?? '' !!} @endif @endforeach @endif @endsection