@include('htmlpage.frontent.layout.app')
Showing {{ $jobs->firstItem() }}-{{ $jobs->lastItem() }} of {{ $totalJobs }} jobs
Post:
Sort by:
@foreach ($jobs as $job)
{{ $job->post }}
{{ \Carbon\Carbon::parse($job->created_at)->format('d M Y') }}

{!! Str::limit($job->content, 150) !!}

@endforeach
Zillion

New Things Will Always
Update Regularly

Zillion
@include('htmlpage.frontent.layout.footer')