@extends('backEnd.layouts.master') @section('title','Pending Review') @section('css') @endsection @section('content')

Pending Review

@foreach($data as $key=>$value) @endforeach
SL Name Email Review Ratting Action
{{$loop->iteration}} {{$value->name}} {{$value->email}} {{Str::limit($value->review,50)}} {{$value->ratting}}
@if($value->status == 'active')
@csrf
@else
@csrf
@endif
@endsection @section('script') @endsection