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

Testimonial

@foreach($testimonial as $list) @endforeach
SL.No. Title Sub Title Status Created Action
{{ $i }} {{ $list->title }} {{ $list->heading }} {{ $list->status = 1 ? "Active" : "InActive" }} {{ $list->created_at }}  
@endsection