@extends('admin.layouts.admin_layout') @section('content')

Manage Jobseekers Payment History

${{ number_format($stats['total_revenue'], 2) }}
Total Revenue
{{ $stats['total_payments'] }}
Total Payments
{{ $stats['active_subscriptions'] }}
Active Subscriptions
{{ $stats['expired_subscriptions'] }}
Expired Subscriptions
{{ $stats['featured_profiles'] }}
Featured Profiles
{{ $stats['immediate_available'] }}
Immediate Available
Jobseeker Payment History
{!! Form::select('package', [''=>'Select Package']+$packages, null, array('class'=>'form-control', 'id'=>'package', 'required'=>'required')) !!}
User Name Email Package Amount Payment Method Quota Used Featured Start Date End Date Action
@endsection @push('scripts') @endpush