@extends('layouts.admin')
@section('title') Reviews @endsection
@section('page_title') Reviews @endsection
@push('page_style')
@include('include.dataTableStyles')
@endpush
@section('content')
S.No |
Star |
Review |
Buyer |
Seller |
Action |
@push('page_script')
@include('include.dataTableScripts')
@endpush
@endsection