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