@extends('layouts.dashboard') @section('title', 'Muhamad Ndaru | Portofolio') @section('dashboard_content')
Muhamad Ndaru

Halo, Apa Kabar!
Saya Muhamad Ndaru Hestiafin!

For Fun

Profil Singkat Tentang Saya

@foreach ($profiles as $profile) {!! $profile->short_profile_id !!} @endforeach
For Fun
Monitor

Hard Skills Yang Masih Terus Saya Latih

@if(Auth::user()) @endif @foreach ($skills as $skill)

{{$skill->name}} @if($skill->ability != null) ({{$skill->ability}}) @endif

@endforeach

Pengalaman Saya

    @foreach ($experiences as $experience) @if(Auth::user())
  • {{$experience->experience_id}}
  • @csrf @method('patch')
    @else
  • {{$experience->experience_id}}
  • @endif @endforeach @if(Auth::user())
    @csrf
    @endif

Prestasi Saya

    @foreach ($achievements as $achievement) @if(Auth::user())
  • {{$achievement->achievement_id}}
  • @csrf @method('patch')
    @else
  • {{$achievement->achievement_id}}
  • @endif @endforeach @if(Auth::user())
    @csrf
    @endif
@endsection