@section('title','Report - POS') @extends('layouts.master') @section('style') {{Html::style('assets/css/index.css')}} @endsection @section('content')

{{trans('label.Report')}}

{{trans('label.Total Sales')}}:{{trans('label.TK')}} {{$totalSales[0]->total_sales ?? 0.00}}

{{trans('label.Today Total Sales')}}:{{trans('label.TK')}} {{$todaySales[0]->total_sales ?? 0.00}}

{{trans('label.Total Cash Sales')}}:{{trans('label.TK')}} {{$todaySales[0]->receive_amount_from_custome ?? 0.00}}

{{trans('label.Total Credit Sales')}}:{{trans('label.TK')}} {{$todaySales[0]->due_amount ?? 0.00}}

This is some text within a card body.
This is some text within a card body.

{{trans('label.Over Due Customer List')}}

@forelse($dueCustomers as $dueCustomer)
{{trans('label.code')}} {{trans('label.name')}} {{trans('label.address')}} {{trans('label.phone')}} {{trans('label.day_count')}} {{trans('label.amount')}} {{trans('label.date')}}