@extends('template.main-apps') @section('content')
{{ \App\Http\Controllers\TemplateController::checkALtMedia($content->section_3_image) }}

{!! $content->section_3_big_title !!}

{!! $content->section_3_small_title !!}

    @php $points = json_decode($content->section_3_point, true); @endphp @if($points) @for($i = 0; $i <= count($points) - 1; $i++)
  • {{ $points[$i] }}
  • @endfor @endif

{!! $content->section_4_big_title !!}

{!! $content->section_4_small_title !!}

{{ \App\Http\Controllers\TemplateController::checkALtMedia($content->section_5_image) }}

{!! $content->section_5_title !!}

01

{!! $content->section_5_1_title !!}

{!! $content->section_5_1_desc !!}

02

{!! $content->section_5_2_title !!}

{!! $content->section_5_2_desc !!}

03

{!! $content->section_5_3_title !!}

{!! $content->section_5_3_desc !!}

{!! $content->section_6_big_title !!}

{!! $content->section_6_small_title !!}

{!! $content->section_7_title !!}

{{ $content->section_8_1_num }}
{!! $content->section_8_1_title !!}
{{ $content->section_8_2_num }}
{!! $content->section_8_2_title !!}
{{ $content->section_8_3_num }}
{!! $content->section_8_3_title !!}
{{ $content->section_8_4_num }}
{!! $content->section_8_4_title !!}

{!! $content->section_9_big_title !!}

{!! $content->section_9_small_title !!}

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

{{ $b->title }}

@endforeach @endif
@endsection