@extends('layouts.master') @section('main-content') @section('page-css') @endsection
@if (auth()->user()->can('dashboard')){{ __('translate.Good_Morning') }}, {{Auth::user()->username}}!
{{ __('translate.what_happening_with_your_store') }}
{{ __('translate.Today_total_Purchases') }}
{{ __('translate.Today_total_Sales') }}
{{ __('translate.Ref') }} | {{ __('translate.Customer') }} | {{ __('translate.Total') }} | {{ __('translate.Paid') }} | {{ __('translate.Due') }} |
---|---|---|---|---|
{{$recent_sale['Ref']}} | {{$recent_sale['client_name']}} | {{$recent_sale['GrandTotal']}} | {{$recent_sale['paid_amount']}} | {{$recent_sale['due']}} |