{{ $job->title }}
{{ Str::limit($job->description, 90) }}
@extends('layouts.app') @section('title', 'Dashboard') @section('content')
Good day, {{ $user->name }}
Track your wallets, tasks, referrals, and VIP power in one premium view.
{{ Str::limit($job->description, 90) }}
No eligible tasks right now. Check back later.
@endforelse