diff --git a/resources/views/livewire/cover-letter-index.blade.php b/resources/views/livewire/cover-letter-index.blade.php index 7457c9a..a285d82 100644 --- a/resources/views/livewire/cover-letter-index.blade.php +++ b/resources/views/livewire/cover-letter-index.blade.php @@ -12,7 +12,7 @@ Manage and edit tailored cover letters for your applications.

- +
-
- @if($jobs->count() > 0) -
- @foreach($jobs as $job) -
- -
-
- Draft Saved -
-
- - {{ $job->updated_at->format('M d') }} -
-
- -
-

- {{ $job->title }} -

-
- - {{ $job->company }} -
-
- - -
- @endforeach -
+
+ @if($jobs->count() > 0) +
+ @foreach($jobs as $job) +
- @if($jobs->hasPages()) -
- {{ $jobs->links() }} +
+
+ Draft Saved
- @endif - @else -
-
- +
+ + {{ $job->updated_at->format('M d') }}
-

No Cover Letters Yet

-

- You have not generated any cover letters yet. Click the button above to select a job application and start drafting. -

-
+ +
+

+ {{ $job->title }} +

+
+ + {{ $job->company }} +
+
+ + - @endif +
+ @endforeach +
+ + @if($jobs->hasPages()) +
+ {{ $jobs->links() }} +
+ @endif + @else +
+
+ +
+

No Cover Letters Yet

+

+ You have not generated any cover letters yet. Click the button above to select a job application and start drafting. +

+
+ @endif
+
- -
-
-
- -
-

New Cover Letter

-

Select a target application to generate a tailored letter using your primary resume.

+ +
+
+
+
- -
-
- - -
-
+ +
+
+ + +
+ + Choose an application + @foreach($availableJobs as $job) + + {{ $job->title }} at {{ $job->company }} + + @endforeach + + + + +
-
- - -
+ @error('selectedJobForNewLetter') {{ $message }} @enderror +
+ +
+ +
- +
+ - +
\ No newline at end of file