img
{{ __('Empty Notice') }}
@if(count($notices))

{{ __('Notice Board') }}

img
@foreach(@$notices as $notice)
{{ $notice->created_at->format('d - m - Y') }}
img
{{ $notice->topic }}

{{ $notice->details }}

@endforeach @else
img
{{ __('Empty Notice Board') }}
@endif