@extends('layouts.admin') @section('title','Reviews') @php $kol_a = auth()->user()->account->merchant->merchantAgreement->application_type == 'kol-a'; @endphp @section('styles') @endsection @section('content')

List of Reviews (0)

@if($kol_a) @endif
Customer Name Rate CommentDoctorDate/Time
@include('dashboard.partials.footer')
@endsection @push('scripts') @endpush