@extends($layout) @section('content') Home @if($id==1) Teacher Article @elseif($id==2) Student Article @endif @if($id==1) Teacher Article @elseif($id==2) Student Article @endif @if(!empty($articles[0])) @foreach ($articles as $notice) {{ $notice->title }} Posted on : {{ date('d-M-Y', strtotime($notice->date)) }} Posted By : {{ $notice->name }} {!! nl2br($notice->short_description) !!} @endforeach @else No Record Found!!! @endif @stop
Posted on : {{ date('d-M-Y', strtotime($notice->date)) }}
Posted By : {{ $notice->name }}
{!! nl2br($notice->short_description) !!}
No Record Found!!!