@forelse ($noticePage['Page'] as $notice)
{!! $notice['PostContents'] !!}
@empty
@endforelse
@component('views.partial.table-options')
@endcomponent
{{ $noticePage['Page']->appends(['limit' => request('limit'), 'sort' => request('sort')])->links() }}