@extends('admin.layouts.app') @section('extra-css') @endsection @section('content')
| {{__('admin.id')}} | {{__('admin.img')}} | {{__('admin.title')}} | {{__('admin.description')}} | {{__('admin.created_at')}} | {{__('admin.more')}} |
|---|---|---|---|---|---|
| {{$item->id}} |
|
{{$item->title}} | {{$item->body}} | {{Carbon\Carbon::parse($item->created_at)->locale('ar')->translatedFormat('l dS F G:i - Y')}} |