@extends('user.layouts.app') @push('title') {{ $pageTitle }} @endpush @section('content')

{{ __('Customers') }}

{{ $customerAll }}

{{ __('Products') }}

{{ $productAll }}

{{ __('Subscriptions') }}

{{ $subscriptionAll }}

{{ __('Sales') }}

{{ showPrice($orderAmount) }}

@endsection @push('script') @endpush