@extends('layouts.customer_panel') @section('content')
{{ __('Quotations') }}

{{ ($totalOrder) }}

{{ __('More Info') }}
{{ __('Invoices') }}

{{ ($totalInvoice) }}

{{ __('More Info') }}
{{ __('Supports') }}

{{ ($totalSupport) }}

{{ __('More Info') }}
{{ __('Knowledge Base') }}

{{ ($totalKnowledge) }}

{{ __('More Info') }}
@endsection @section('list-js') @endsection