@extends('layouts.app',['title'=>'Review Pelanggan'])
@section('content')
@push('scripts')
{{-- tooltips --}}
<script type="text/javascript" src="{{ url('material') }}/js/pages/ui/tooltips-popovers.js"></script>
@endpush
<div class="container-fluid">
<div class="block-header">
<h2>Review Pelanggan</h2>
</div>
<div class="row clearfix">
<!-- Task Info -->
<div class="col-xs-12 col-sm-12 col-md-12">
<div class="card">
<div class="header">
</div>
<div class="body">
<div class="table-responsive">
<table class="table table-hover dashboard-task-infos">
<thead>
<tr>
<th>Waktu</th>
<th>Pelanggan</th>
<th>Rating</th>
<th>Pesan</th>
</tr>
</thead>
<tbody>
@foreach ($datas as $data)
<tr>
<td>{{ $data->created_at->format("Y-m-d H:i:s") }}</td>
<td>
{{ $data->pelanggan->nama_pelanggan }}
<br>
({{ $data->pelanggan->telp_pelanggan }})
</td>
<td>{{ $data->nilai_review }}</td>
<td style="max-width: 400px;">{{ $data->pesan_review }}</td>
</tr>
@endforeach
<tr></tr>
</tbody>
<tfoot>
@include('layouts.includes.pagination')
</tfoot>
</table>
</div>
</div>
</div>
</div>
<!-- #END# Task Info -->
</div>
</div>
@endsection
Anons79 File Manager Version 1.0, Coded By Anons79
Email: [email protected]