@extends('backend.master_structure') @section('content') @if(Session::has('updated')) @endif

My Reviews

 
@if(count($reviews_details)>0) @foreach($reviews_details as $reviews) @endforeach @else @endif
Date Name Review Title Overall Rating Review Status
{{date('d M, Y', strtotime(@$reviews->revision_timestamp))}} {{$reviews->review_name}} {{$reviews->review_title}} {{$reviews->rating_overall}} @if($reviews->review_status==0) Pending @elseif($reviews->review_status==1) Accepted @else Declined @endif View More
No Leads Available
@endsection