@extends('layouts.app',['dashBoardTitle'=>'Instant Page Helper']) @php use Illuminate\Support\Str; @endphp @section('content') @if (session('status'))
Id | Slug | Question | Answer | Created Date | Actions |
---|---|---|---|---|---|
{{$loop->iteration}} | {{$content->slug}} | {!! Str::of($content->question)->limit(20) !!} | {!! Str::of($content->answer)->limit(20) !!} | {{date('d-m-Y',strtotime($content->created_at))}} | Edit |
No Records Found
@endif