@extends('layouts.app') @section('content') @if(Auth::user()->status == 2 || Auth::user()->status == 3)

{{ __('Dear,') }} {{ Auth::user()->name }}{{ __(' Your Account Currently') }} @if(Auth::user()->status == 2) {{ __('Suspened') }} @elseif(Auth::user()->status == 3) {{ __('Pending') }} @endif {{ __('Mode And Also Disabled All Functionality If You Are Not Complete Your Payment Please Complete Your Payment From') }} {{ __('Here') }} {{ __('Or Also Contact With Support Team') }}

@endif @php $plan=user_limit(); @endphp

{{ __('Total Orders') }}

{{ __('Total Sales Of Earnings') }} - {{ date('Y') }}

{{ __('Total Sales') }} - {{ date('Y') }}

@php $date= \Carbon\Carbon::now()->addDays(7)->format('Y-m-d'); @endphp @if(Auth::user()->user_domain->will_expire <= $date)
{{ __('Your subscription is ending in') }} {{ \Carbon\Carbon::parse(Auth::user()->user_domain->will_expire)->diffForHumans() }} {{ __('Please') }} {{ Auth::user()->user_domain->is_trial == 1 ? __('Enroll in a plan!') : __('Renew the plan') }}
@endif

{{ __('Earnings performance') }}

{{ __('Today\'s Total Sales') }}
{{ __('Today\'s Orders') }}
{{ __('Yesterday') }}
{{ __('7 days') }}
{{ __('This Month') }}
{{ __('Last Month') }}
@if(filter_var($plan['qr_code']) == true && filter_var($plan['google_analytics']) == true)

{{ __('Site Analytics') }}

{{ __('Total Vistors') }}
{{ __('Total Page Views') }}
{{ __('New Visitor') }}
{{ __('Returning Visitor') }}
@endif

{{ __('Storage usage') }}

{{ __('Products') }}

{{ __('Pages') }}

@if(Auth::user()->status == 1) @if(filter_var($plan['qr_code']) == true)

{{ __('Scan your site') }}

{!! QrCode::size(200)->generate(url('/')) !!}
@endif @endif

{{ __('Products Limit') }} /

{{ __('Storage Uses') }} /

@if(filter_var($plan['google_analytics']) == true)

{{ __('Site Analytics') }}

{{ __('Total Vistors') }}
{{ __('Total Page Views') }}
{{ __('New Visitor') }}
{{ __('Returning Visitor') }}

{{ __('Referral URL') }}

{{ __('Top Browser') }}

{{ __('Top Most Visit Pages') }}

@endif @endsection @push('js') @if(Auth::user()->status == 1) @if(filter_var($plan['qr_code']) == true) @endif @endif @endpush