Billing

@lang('dashboard_taxes.paid_amount')

{{ auth()->user()->total_paid }}$

{{--
To Be Paid

2,368$

--}}
@lang('dashboard.plan_name')

{{ auth()->user()->paymentPlan->type }}

{{--

@lang('reports.filter')

--}}

@lang('dashboard_invoices.invoices')

@lang('dashboard_invoices.manage_invoices')

{{-- --}} @foreach ($histories as $history) {{-- --}} @endforeach
@lang('dashboard_invoices.number') @lang('dashboard_taxes.date') @lang('forms.email') @lang('dashboard_warehouses.price')اجراء
{{ $history->transaction_id }} {{ Carbon\Carbon::parse($history->create_time)->toDateString() }} {{ $history->email_address }} {{ $history->price }}
@endsection