@extends('admin.inbox.index') @section('message')
{{ $inbox->links('vendor.pagination.bootstrap-4') }}

Inbox: All

{!! csrf_field() !!} @forelse($inbox as $index => $_inbox) @empty @endforelse
{{ $_inbox->post_key }} ({{ $_inbox->status }}) {!! $_inbox->excerpt !!} {{ date('M d', strtotime($_inbox->created_at)) }}

Data Not Found.

@endsection