@extends('front.layouts.app') @section('metatags') Nestan.ge - {{$title}} @endsection @section('content')

{{--

{{$title}}

--}}
@foreach ($items as $item) @if ($item->city->type == 0) {{--

{{$item->title_en}}

{!!$item->description_en!!}

{{$item->created_at->format('Y-m-d')}}
--}} @foreach($item['images'] as $key => $image) @if($image)

{{$item->title_en}}

{!!$item->description_en!!}

@endif @endforeach @endif @endforeach
@isset($item) @if ($item->city->type == 1)

{{$item->title_en}}

{!!$item->description_en!!}

@endif @if ($item->city->type == 2)
@foreach($item['images'] as $key => $image) @if($image)
@endif @endforeach
@endif @endisset @foreach ($items as $item) @if ($item->city->type == 3)

{{$item->title_en}}

{!! $item->description_en !!}

@foreach($item['images'] as $key => $image) @if($image)
@endif @endforeach
@endif @endforeach
@endsection