@extends('layouts.portal') @section('page-title', __('My Profile')) @section('sidebar') @include('seeker.partials.sidebar') @endsection @section('content')
@csrf @method('PUT')
@if($user->cv_path)

{{ __('Current CV') }}: {{ $user->cv_original_name }}

@endif

{{ __('Upload a CV to use when applying for jobs.') }}

@endsection