@extends('layouts.client.layout') @section('title') {{ $navigation->dashboard }} @endsection @section('client-content')
@include('client.profile.sidebar')

{{ $website_lang->where('lang_key','total_order')->first()->custom_lang }}

{{ $orders->count() }}

{{ $website_lang->where('lang_key','pending_appointment')->first()->custom_lang }}

{{ $orders->where('payment_status',0)->count() }}

{{ $website_lang->where('lang_key','total_appointment')->first()->custom_lang }}

{{ $appointments->count() }}

@endsection