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

Profil Mentee Genpro

Detail informasi bisnis dan profil mentee

@if(session('success')) @endif @if($errors->any())) @endif
@if($mentee->profile_picture) Foto Profil @else

Tidak ada foto profil.

@endif

{{ $mentee->user->full_name }}

Aktif

Bisnis

{{ $mentee->nama_bisnis }}

Bidang Usaha

{{ $mentee->bidang_usaha }}

Badan Hukum

{{ $mentee->badan_hukum }}

Tahun Berdiri

{{ $mentee->tahun_berdiri }}

Informasi Detail

Alamat Domisili

{{ $mentee->address }}

Email

{{ $mentee->user->email }}

Nomor Telepon

{{ $mentee->user->phone }}

Jumlah Karyawan

{{ $mentee->jumlah_karyawan }} orang

Jabatan di Genpro

{{ $mentee->jabatan }}

Komitmen Kehadiran

@if($mentee->komitmen == 'iya')) Berkomitmen hadir setiap bulan @else Tidak berkomitmen hadir setiap bulan @endif

Tanggal Lahir

{{ \Carbon\Carbon::parse($mentee->user->tanggal_lahir)->format('d F Y') }}

Bergabung Sejak

{{ \Carbon\Carbon::parse($mentee->created_at)->format('d F Y') }}

Data Finansial

Tahun Omset
{{ now()->format('Y') }} Rp {{ number_format($mentee->jumlah_omset, 0, ',', '.') }}
@if($mentee->gambar_laporan))

Dokumen Finansial

Laporan Keuangan

Diunggah pada {{ \Carbon\Carbon::parse($mentee->updated_at)->format('d F Y') }}

@endif
Kembali
@endsection