@extends ('core.layouts.app') @section ('title', trans('labels.backend.quotes.management')) @section('page-header')

{{ trans('labels.backend.quotes.management') }}

@endsection @section('content')

{{ trans('labels.backend.quotes.management') }}

@include('focus.quotes.partials.quotes-header-buttons')
@if($segment) @php $total=$segment->invoices->sum('total'); $paid=$segment->invoices->sum('pamnt'); $due=$total-$paid; @endphp

{{$words['name']}}

{{$words['name_data']}}

{{trans('customers.email')}}

{{$segment->email}}

{{trans('general.total_amount')}}

{{amountFormat($total)}}

{{trans('payments.paid_amount')}}

{{amountFormat($paid)}}

{{trans('general.balance_due')}}

{{amountFormat($due)}}

@endif
{{ trans('general.search_date')}}

# {{ trans('quotes.quote')}} #{{prefix(5 )}} {{ trans('customers.customer') }} {{ trans('quotes.invoicedate') }} {{ trans('general.amount') }} {{ trans('general.status') }} {{ trans('labels.general.actions') }}
@endsection @section('after-scripts') {{-- For DataTables --}} {{ Html::script(mix('js/dataTable.js')) }} @endsection