@extends('adminlte::page') @section('title', 'Fee Calculator Testimonial') @section('content_header')

Fee Calculator Testimonial

Add
@stop @section('content')
@foreach($data as $key => $value) @if($key != 0) @endif @endforeach
Title Description Name Rating Status Action
{{$value->title}} {{$value->description}} {{$value->name}} {{$value->rating}} status == 'YES' ? 'checked' : '' }} >        
@section('css') @stop @section('js') @stop @stop