@extends('layouts.app') @section('content')

Daftar Mente Genpro Mastermind

@if(session('success')) @endif @if(session('error')) @endif
@forelse ($mentees as $mentee) @empty @endforelse
Nama Username Bisnis Bidang Usaha Tahun Berdiri Aksi
{{ $mentee->user->full_name }} {{ $mentee->user->username }} {{ $mentee->bisnis }} {{ $mentee->bidang_usaha }} {{ $mentee->tahun_berdiri }}
Tidak ada data mente
@endsection @section('scripts') @endsection