@extends('layouts.admin') @section('title','Admin Posts Management') @section('content')
Thumbnail Title Post By Views Public Created At Action @forelse ($posts as $key => $post) id) }}' " > thumbnail id) }}' " > {{ Str::limit($post->title, 50, '...') }} id) }}' " > {{ $post->user->name }} id) }}' " > {{ $post->view }} id) }}' " > @if ($post->public) Publiced @else Private @endif id) }}' " > {{ $post->created_at ? date_format($post->created_at, 'd-M-Y H:i a') : 'Null' }}
@csrf @method('DELETE')
@empty មិនមានទិន្នន័យ @endforelse
{{ $posts->links() }}
@endsection