{{ $notice->title }}
@if($notice->warehouse_id === null) {{ __('All branches') }} @else {{ $notice->warehouse?->name ?? __('Branch') }} @endif @if($notice->created_at) {{ $notice->created_at->format('d M Y, h:i A') }} @endif
@if($notice->attach)
{{ __('Download attachment') }}
@endif
{!! nl2br(e(html_entity_decode(strip_tags((string) ($notice->content ?? ''))))) !!}