@extends('layouts.main') @section('title', $title) @section('meta') @foreach($meta as $tag) @endforeach @stop @section('content') {{$row->name}} @if($row->type === "mobile") @foreach($row->images as $image) @endforeach {!! $row->description !!} @else @foreach($row->images as $image) @endforeach {!! $row->description !!} @endif @stop
{!! $row->description !!}