@extends('layouts.app') @section('title', 'Notices & Announcements') @section('breadcrumbs')
@endsection @section('content')Stay informed with company news and updates
{{ $showExpired ? 'No expired notices' : 'No notices yet' }}
{{ $showExpired ? 'There are no expired notices to display.' : 'Be the first to share something with the team.' }}
@if(!$showExpired && in_array(auth()->user()->role, ['company_admin', 'company_user'])) Post First Notice @endif{{ $notice->content_preview }}