@extends('user.layout.master') @section('title', 'View Uploaded Resume') @section('content')
Switch to "Editable Preview" tab to edit information inline. Changes are saved automatically.
Document preview not available
{{ $resume->summary ?? 'Enter your professional summary here...' }}
{{ $experience->start_date ? $experience->start_date->format('M Y') : 'Start Date' }} - {{ $experience->end_date ? $experience->end_date->format('M Y') : 'End Date' }}
{{ $experience->description ?? 'Job description...' }}
Start Date - End Date
Job description...
{{ $education->institution }} @if($education->gpa) - GPA: {{ $education->gpa }} @endif
{{ $education->start_date ? $education->start_date->format('M Y') : 'Start Date' }} - {{ $education->end_date ? $education->end_date->format('M Y') : 'End Date' }}
Institution Name