@extends('Company.layout.master') @section('title',"Post List") @section('page_name',"Post List") @section('content')
| SL | Title | Content | Views | Created At | Actions |
|---|---|---|---|---|---|
| {{$loop->iteration}} | {{Str::limit($d->title,20)}} | {{Str::limit($d->body,40)}} | 0 | {{$d->created_at->diffForHumans()}} |