@extends('layouts.default') @section('meta') {{\App\Helpers::mataTitle()}} @endsection @section('head') @endsection @section('content')
{!! \App\Helpers::pageData('section_1', 'section_1_header_text') !!}
{!! \App\Helpers::pageData('section_1', 'section_1_header_content') !!}
{!! \App\Helpers::pageData('section_2', 'section_2_content') !!}
    @if (!empty(\App\Helpers::pageData('section_3', 'section_3_image_1'))) @foreach(\App\Helpers::pageData('section_3', 'section_3_image_1') as $image)
  • @endforeach @endif
@endsection @section('script') @endsection