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

{{ __('Subscriptions') }}

{{ __('Manage your subscription plans and view history') }}

{{ __('Total Connect:') }} {{ $total_limit }}
{{ __('Buy Subscription') }}
{{-- Notice --}}

{{ __('Notice: If your monthly free limit ends, each time') }} {{ ' '.(get_static_option('limit_settings') ?? 1).' ' }} {{ __('limit will be reduced from your total limit while you create a job post.') }}

{{-- Table Card --}}
{{-- Card Header --}}

{{ __('Subscription History') }}

{{-- Table --}}
@include('subscription::frontend.client.subscription.search-result')
@endsection @section('script') @include('subscription::frontend.client.subscription.subscription-js') @endsection