@extends('layouts.seeker') @section('title', 'My Profile — JOBES') @section('seeker_content')
{{ $user->name }}

{{ $user->headline ?? 'Add your headline' }}

{{ $user->city ?? 'Location' }}, {{ $user->country ?? 'India' }}

@if($user->linkedin) @endif @if($user->github) @endif @if($user->portfolio) @endif
Edit Profile
@csrf
@endsection