Anons79 Mini Shell

Directory : /home/aplikasiposinfo/www/superfixers.fixmate.id/app/Http/Controllers/
Upload File :
Current File : /home/aplikasiposinfo/www/superfixers.fixmate.id/app/Http/Controllers/ReviewPelangganController.php

<?php

namespace App\Http\Controllers;

use App\Models\Pelanggan;
use App\Models\ReviewPelanggan;
use Illuminate\Http\Request;

class ReviewPelangganController extends Controller
{
    public function index(){
        $datas = ReviewPelanggan::with('pelanggan')->latest()->paginate(10);

        return view('review_pelanggan.index',compact('datas'));
    }
}

Anons79 File Manager Version 1.0, Coded By Anons79
Email: [email protected]