@extends('layouts.master') @section('title', 'নোটিশ বোর্ড ') @section('slider') @include('layouts.dotted-ash-design') @endsection @section('content')
@foreach($notices as $notice)
{{$notice->title}}
Publish Date: {{$notice->created_at->format('d M Y')}}
{{$notice->description}}
@endforeach
@include('layouts.sidebar') @endsection @section('footer') @include('layouts.footer') @endsection