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

Daftar Mente Genpro Mastermind

@if(session('success')) @endif @if($errors->any()) @endif
@foreach($mentees as $mentee) @endforeach
Nama Bisnis Bidang Usaha Tahun Berdiri Aksi
{{ $mentee->user->full_name ?? '-' }} {{ $mentee->nama_bisnis }} {{ $mentee->bidang_usaha }} {{ $mentee->tahun_berdiri }}
@endsection