@extends('backend.layouts.master') @section('title', __('static.user_dashboard.reviews')) @section('content')
@includeIf('backend.user-dashboard.index')
{!! $dataTable->table() !!}
@endsection @push('js') {!! $dataTable->scripts() !!} @endpush