@extends('layouts.app') @section('title', 'Notice Board') @section('content')
{{ $notice->body }}
— {{ $notice->poster->name }}
@if ($notice->requires_acknowledgment) @if ($isAck) You acknowledged this @else @endif @endif @can('hr.manage') @endcanNo notices right now.
@endforelse @endsection