@extends('account::layouts.account') @section('title','Recent Applied Jobs') @section('content')
@if ($jobs->count()) @foreach($jobs as $job) @endforeach @else @endif
Logo Title Country Type Modified at Actions
{{ $job->name }}
by {{ $job->company->name }}
{{ $job->country }} {{ $job->type }} {{$job->updated_at->format('d/m/Y') }}
{{ app_date_tohuman($job->updated_at->timestamp) }}
@if ($job->published) View @endif
There are no activities yet
@endsection