@section('title','Purchase Invoice') @extends('layouts.master') @section('style') {{Html::style('assets/css/daterangepicker.css')}} @endsection @section('content')
{{trans('label.Total Purchase Amount')}}: @if(!empty($info)) {{($info->sum('tpurchase')-$info->sum('tpreturn'))}} @endif