dbfdg @extends('layouts.admin') @section('page-title') {{__('Dashboard')}} @endsection @push('script-page') @endpush @section('breadcrumb') @endsection @section('content')
{{ __('Total') }}
{{ __('POS Of This Month') }}

{{$pos_data['monthlyPosAmount']}}

{{ __('Total') }}
{{ __('POS Amount') }}

{{$pos_data['totalPosAmount']}}

{{ __('Total') }}
{{ __('Purchase Of This Month') }}

{{$pos_data['monthlyPurchaseAmount']}}

{{ __('Total') }}
{{ __(' Purchase Amount') }}

{{$pos_data['totalPurchaseAmount']}}

{{ __('Purchase Vs POS Report') }}
{{ __('Last 10 Days') }}
@endsection