@extends('template.main') @section('content') {{--
{!! $content->section_2_small_title !!}

{!! $content->section_2_big_title !!}

01

{!! $content->section_2_1_title !!}

{!! $content->section_2_1_desc !!}

02

{!! $content->section_2_2_title !!}

{!! $content->section_2_2_desc !!}

03

{!! $content->section_2_3_title !!}

{!! $content->section_2_3_desc !!}

--}}
{!! $content->section_3_small_title !!}

{!! $content->section_3_big_title !!}

    @if(!empty($content->section_3_point) && is_array(json_decode($content->section_3_point, true))) @for($i = 0; $i <= count(json_decode($content->section_3_point), true) - 1; $i++)
  • {{ json_decode($content->section_3_point, true)[$i] }}
  • @endfor @endif
@if($content->section_3_btn) @for($i = 0; $i <= strlen($content->section_3_btn) - 1; $i++) {{ $content->section_3_btn[$i] }} @endfor @endif
@if(!empty($timeline)) @foreach($timeline as $t) @php $position = 'right'; @endphp
  • {{ $t->year }}

  • @if($t->desc->first()) @foreach($t->desc as $d)
  • {!! $d->title !!}

    {!! $d->description !!}

  • @php $position = $position == 'right' ? 'left' : 'right'; @endphp @endforeach @endif
@endforeach @endif
{!! $content->section_5_small_title !!}

{!! $content->section_5_big_title !!}

{{--
--}}
{!! $content->section_6_small_title !!}

{!! $content->section_6_big_title !!}

{!! $content->section_7_small_title !!}

{!! $content->section_7_big_title !!}

{!! $content->section_7_desc !!}

@if(!empty($blogs)) @foreach($blogs as $b)
{{ \app\Http\Controllers\TemplateController::checkALtMedia($b->image) }} {{ $b->category->name }}

{{ $b->title }}

@endforeach @endif
@endsection