@extends('layouts.app',['dashBoardTitle'=>'Instant Page Helper']) @php use Illuminate\Support\Str; @endphp @section('content') @if (session('status'))
Id | Slug | Description | Status | Created Date |
---|---|---|---|---|
{{$loop->iteration}} | {{$content->id}} | {{$content->slug}} | {!! Str::of($content->description)->limit(20) !!} | {{$content->created_at}} |
No Records Found
@endif