@extends('main') @section('styles') @endsection @section('content')
@if (isDesktop()) @endif
@foreach ($items as $key => $item)
{!! $item->title !!}

{!! $item->title !!}

{!! strip_tags(@$item->content) !!}
@if (@$item->data['mobile'])
{!! @$item->data['phone'] !!}
@endif @if (@$item->data['mobile'])
{!! @$item->data['mobile'] !!}
@endif
@endforeach
@endsection @section('scripts') @endsection