@extends('layouts.template.main') @section('content')
Quy định
@if (session('success'))
{{ session('success') }}
@endif
@foreach ($notices as $notice) @endforeach
Tiêu đề Trạng thái Hiển thị với Ngày đăng Thao tác
{{ $notice->title }} {{ ucfirst($notice->status) }} {{ implode(', ', json_decode($notice->visible_to_roles) ?? []) }} {{ $notice->published_at ? $notice->published_at->format('d-m-Y') : 'Chưa đăng' }} Sửa
@csrf @method('DELETE')
Xem
{{-- {{ $notices->links() }} --}}
@endsection