@extends('user.layout.master') @section('title', 'Edit Resume') @section('content')
Edit Resume
@if($resume->isUploaded())

Uploaded Resume

This resume was uploaded from your existing file: {{ $resume->original_filename }}

Download Original

Note: You can edit the basic information below, but the design and layout will remain as your original file. To change the design, consider creating a new resume with one of our templates.

@endif
@csrf @method('PUT')
Personal Information
@if($resume->image)
Current: view image
@endif
AI Generated Summary
Work Experience
@php $expIndex = 0; @endphp @forelse($resume->experiences as $experience)
@if($expIndex > 0)
@endif
is_current ? 'disabled' : '' }}>
is_current ? 'checked' : '' }}>
AI Generated Summary
@php $expIndex++; @endphp @empty
AI Generated Summary
@endforelse
Cancel
AI Generated Summary
@section('scripts') @endsection @endsection