@extends('site.layouts.app', ['seoModel' => $home]) @section('content')

{{ $home->tag_about }}

{{ $home->title_about }}

{!! $home->text_about !!}

{{ $home->text_button_about}}

image_side_about}") }}">
@if( !$home->hide_move_about) @include('site._includes.act') @endif

{{ $home->tag_our_service}}

@foreach ($home->list_our_service as $key=> $item)
{{$item['title']}}
@endforeach
@foreach ($home->list_our_service as $key=> $item)
{!!$item['text'] !!}

{{ $item['text_button'] }}

@endforeach
@if(!$home->hide_pharse) @include('site._includes.phrases-slider') @endif
{!! $home->title_form !!}

Envie sua mensagem.

@endsection