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

{{ trans('invoices.invoices') }}

@{{ totalCost | currency : currencySymbol }} {!! trans('invoices.all_invoices') !!}
@{{ totalPaid | currency : currencySymbol }} {!! trans('invoices.closed_invoices') !!}
@{{ totalCost - totalPaid | currency : currencySymbol }} {!! trans('invoices.pending_invoices') !!}
@include('theme.freelancer.billing.record-payment') @include('theme.freelancer.billing.create-new-invoice')
@include('theme.freelancer.billing.all-invoices')
@include('theme.freelancer.billing.received-invoices')
@include('theme.freelancer.billing.billing-draft')
{{---@include('theme.freelancer.billing.billing-draft-detail')--}} @include('theme.freelancer.billing.new-invoice-view')
@endsection @section('scripts') @endsection