@extends('web.layouts.container') @section('content')

{{$title}}

{{__('main.welcome_to')}}

{{$page->first_title}}

{!! $page->first_description !!}

@if($page->images && (is_array($page->images) && count($page->images)))
@foreach($page->images as $image)
@endforeach
@endif {{--
--}} {{--
--}} {{-- @php--}} {{-- $classes = ['main-img', 'img-top', 'img-bottom'];--}} {{-- @endphp--}} {{-- @foreach($page['images'] as $key => $image)--}} {{-- --}} {{-- @endforeach--}} {{--
--}} {{--
--}}

{{$page->second_title}}

{!! $page->second_description !!}

@endsection @section('inner_js') @endsection