@extends('frontend.layout.dashboard-master') @section('site_title', __('My Subscriptions')) @section('content')
{{-- ── Header ────────────────────────────────────────────────────── --}}

{{ __('My Subscriptions') }}

{{ __('Buy Subscription') }}
{{-- ── Stat cards ─────────────────────────────────────────────────── --}}

{{ __('Available Connects') }}

{{ $total_limit }}

{{ __('Active Plans') }}

{{ $active_count }}

{{ __('Total Purchased') }}

{{ $total_count }}

{{-- ── Notice ──────────────────────────────────────────────────────── --}} @if(get_static_option('limit_settings'))

{{ __('Notice: If your free connect ends or expired, Each time') }} {{ get_static_option('limit_settings') ?? 1 }} {{ __('connect will be reduce from your total connect while you bid or send job proposal.') }}

@endif {{-- ── Subscription history table ──────────────────────────────────── --}}
{{-- Card header --}}

{{ __('Subscription History') }}

{{-- AJAX result container --}}
@include('subscription::frontend.freelancer.subscription.search-result')
@endsection @section('script') @include('subscription::frontend.freelancer.subscription.subscription-js') @endsection