@extends('layouts.app') @section('title', 'Review List') @section('content')

Review Management

@if($hasActiveSubscription || $isSuperAdmin) Export CSV @endif
@if(Auth::user()->user_type === 'superadmin') @endif @if(Auth::user()->user_type === 'superadmin') @endif
ID Review ID User Name Service Setup NameVendor NameReview Rating Created AtAction
@endsection @section('scripts') @endsection