@extends('layouts.customer_panel')
@section('content')
{{ __('Quotations') }}
{{ ($totalOrder) }}
{{ __('Invoices') }}
{{ ($totalInvoice) }}
{{ __('Supports') }}
{{ ($totalSupport) }}
{{ __('Knowledge Base') }}
{{ ($totalKnowledge) }}
@endsection
@section('list-js')
@endsection