@section('title','Credit Sales Report') @extends('layouts.master') @section('style') {{Html::style('assets/css/daterangepicker.css')}} @endsection @section('content')
{{trans('label.Total Credit Sales')}} : @if(!empty($info)) {{($info->sum('payment_amount')-$info->sum('initial_received'))}} @endif