@include('profile.sidebar')
@if ($job_posts->hasPages())
| {{ __('translate.Job Post') }} | {{ __('translate.Amount') }} | {{ __('translate.Created') }} | {{ __('translate.Status') }} | {{ __('translate.Request') }} |
|---|---|---|---|---|
| {{ currency($job_post->regular_price) }} | {{ $job_post->created_at->format('Y-m-d') }} | @include('partials.listing-publication-status-user', ['listing' => $job_post, 'show_hiring_status' => true]) | {{ __('translate.View Request') }} {{ $job_post->total_job_application }} | |
| {{ __('translate.Job Post Not Found') }} | ||||
{{ $job_posts->links('pagination-box') }}
@endif