@extends('layouts.frontend') @section('content') @foreach($Blog as $k=>$v) @if($v->image != "") {{ $v->title }} {!!html_entity_decode($v->short_description)!!} @else {{ $v->title }} {!!html_entity_decode($v->short_description)!!} @endif @endforeach @endsection @extends('layouts.frontend') @section('content') @foreach($Blog as $k=>$v) @if($v->image != "") img {{ $v->title }} {{ $v->description }} @else {{ $v->title }} {{ $v->description }} @endif @endforeach @endsection
{!!html_entity_decode($v->short_description)!!}
{{ $v->description }}