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