@extends('layouts.app') @section('content') @include('includes.header') @include('includes.inner_page_title', ['page_title' => __('Referral Program')])
@include('includes.company_dashboard_menu')
@include('flash::message')

{{__('Referral Program')}}

{{__('Invite other companies and earn free job posts!')}}

{{__('How It Works')}}

1
{{__('Share Your Link')}}

{{__('Share your unique referral link with other companies')}}

2
{{__('They Register')}}

{{__('When they register using your link, you get credit')}}

3
{{__('Earn Rewards')}}

{{__('Get :jobs free job post(s) for every :count successful referrals', ['jobs' => $rewardJobs, 'count' => $requiredCount])}}

{{ $totalReferrals }}
{{__('Total Invites')}}
{{ $successfulReferrals }}
{{__('Successful')}}
{{ $pendingReferrals }}
{{__('Pending')}}
{{ $bonusJobs }}
{{__('Bonus Jobs')}}

{{__('Progress to Next Reward')}}

{{ $progressToReward }} / {{ $requiredCount }} {{__('referrals')}} {{ $referralsNeeded }} {{__('more needed')}}

{{__('Invite by Email')}}

@csrf

{{__('Referral History')}}

{{__('Invited')}} {{__('Status')}} {{__('Date')}}
@include('includes.footer') @endsection @push('styles') @endpush @push('scripts') @endpush