@extends('layouts.visitormaster') @section('title','Durga Bhawani Dashboard') @section('visitorcontent') @if($banner==null) @else @endif
@foreach($news as $new)
Post on
{{ $new->title }}

{{ $new->shortDescription }}

@endforeach {{ $news->links() }}
@endsection