@extends('Layouts_user.index') @section('content') @foreach($profile as $prf)
Profil

{{ removeLastnamePoint($prf->fullname) }}

Tanggal Daftar
:

{{ isset($contact->created_at) ? (new DateTime($contact->created_at))->format('d-m-Y') : '' }}

Status Personil
:

{{ isset($contact->status) ? $contact->status : '-' }}

ID
:

{{ isset($contact->sim_id) ? $contact->sim_id : '-' }}

@if(isset($contact->sim_id))
Job
:

{{ isset($contact->job) ? $contact->job : '-' }}

@endif
@if(!empty($courses)) @foreach($courses as $countc) @endforeach @endif
Statistik Course

Jumlah Pelatihan

1

Sudah Selesai

0

Belum Mulai Baru

0

Sedang Belajar

1

{{--
Statistik Pelatihan
1+1
Total Course
0
Belum Mulai
1
Sedang Belajar
0
Sudah Selesai
--}}