@extends('adminpanel.include.sidebar')
@extends('adminpanel.include.header')

Review|{{ $data->total() }} Total

{{-- --}}
@if(session()->has('success'))
{{ session('success') }}
@endif @if($errors->any())

{{$errors->first()}}

@endif
@if($id=='') @endif @foreach ($data as $d) @if($id=='') @endif @endforeach
No From User NameTo User NameRate Comment Approved Actions
{{ $counter }} {{ $d->fromUser->full_name??'-'}} {{ $d->toUser->full_name??'-'}} {{ $d->rate}} {{ $d->comment}} @if($d->is_approved==1) Approved @else Rejected @endif
{{ $data->render() }}

Showing {{ $data->firstItem() }} - {{ $data->lastItem() }} of {{ $data->total() }}