@extends('layouts.portal') @section('title', 'Dashboard') @section('page-title', __('My Dashboard')) @section('sidebar') @include('seeker.partials.sidebar') @endsection @section('content')
{{ __('Saved Jobs') }}
{{ $savedCount }}
{{ __('Applications Sent') }}
{{ $appliedCount }}
{{ $app->job->company->name }}