@extends('layouts.main') @section('main-container')

View

Add
@foreach($page as $list) @endforeach
SL.No. Name Title Status Created Action
{{ $i }} {{ $list->name }} {!! $list->title !!} {{ $list->status = 1 ? "Active" : "InActive" }} {{ $list->created_at }}  
@endsection