@extends('layouts.app') @section('title', $profile->user->name ?? 'Profil Pengguna') @section('meta-og') {{-- Open Graph / SEO Meta Tags --}} {{-- Optional: Twitter card --}} @endsection @push('styles') @endpush @section('content')
{{ $profile->headline }}
{{ number_format($profile->view_count) }} views
{{ $exp['year'] ?? 'N/A' }}
{{ $edu['year'] ?? 'N/A' }}
Alamat atau koordinat lokasi belum tersedia untuk ditampilkan di peta.
{{ $profile->user->alamat }}
{{ $profile->user->kota }}
{{ $profile->user->provinsi }}
{{ $profile->user->negara }}
Lat: {{ $profile->user->latitude }} / Long: {{ $profile->user->longitude }}
Pindai untuk melihat profil ini.
"{{ $endorsement->comment }}"
@endif {{-- Delete endorsement button (only for the logged-in user's own endorsements) --}} @if (auth()->check() && auth()->id() === $endorsement->user_id) @endif