@extends('layouts.frontend.master')
@section('title', 'Notices - BAU 2001–2002 Alumni Association')
@push('css')
@endpush
@section('content')
Stay updated with our latest notices.
{{ Str::limit(strip_tags($notice->description), 150, '...') }}
Notice Board
({{ $notices->count() }})
{{ $notice->title }}
@if(isset($notice->description))