@extends('layouts.template.main') @section('content')
Thông báo của công ty
@forelse($notices as $notice)
{{ $notice->title }} {{ $notice->published_at->format('d M Y') }}

{!! nl2br(e($notice->description)) !!}

@empty

Không tìm thấy thông báo nào.

@endforelse
{{ $notices->links() }}
@endsection