@extends('theme.layouts.freelancer') @section('content')
@include('theme.layouts.partials.loading')

{{ trans('billing_subscription.billing') }}

{{ trans('billing_subscription.invoice_date') }}
@include('theme.freelancer.billing_subscription.subscription')
@include('theme.freelancer.billing_subscription.history')
@include('theme.freelancer.billing_subscription.modal-add-card-info')
@endsection @section('scripts') @endsection