@extends('layouts.alumini.layout') @section('header_scripts') @stop @section('breadcrumb')
@endsection @section('content')

Notice Board

@if(count($notices) > 0) @foreach($notices as $notice)

{{ucwords($notice->title)}}

{!! $notice->description !!}
{{$notice->date}}
@endforeach @endif
    {{ $notices->links() }}
@endsection @section('footer_scripts') @stop