@extends('user.layout.master') @section('title', 'View Uploaded Resume') @section('content')
View Uploaded Resume
@if(session('success'))
{{ session('success') }}
@endif

{{ $resume->original_filename }}

Switch to "Editable Preview" tab to edit information inline. Changes are saved automatically.

Download Original
@if($resume->file_type === 'pdf') @else

Document preview not available

Download to view
@endif
@endsection