@extends('adminlte::page') @section('title', 'Blog Review') @section('content_header')

Blog Review

Add
@stop @section('content')
@if(!empty($review)) @foreach ($review as $value) @endforeach @endif
Title Sub Title Description Name Rating Action
{{$value->title}} {{$value->title_heading}} {{$value->description}} {{$value->user_name}} {{$value->rating}}      
@stop