@extends('layouts.visitormaster') @section('title','Durga Bhawani Dashboard') @section('visitorcontent') @if($banner==null) @else @endif
Post on

{{ $new->title }}

{!! $new->description !!}
@foreach(json_decode($new->images,true) as $image) @endforeach +{{ count(json_decode($new->images,true)) }} more
@if($new->link!==null)
@endif
@endsection