@extends('layouts.app') @section('page-title')

{{ __($pageTitle) }}

@endsection @push('head-script') @endpush @section('content')
@lang('modules.estimates.convertEstimateTitle')
{!! Form::open(['id'=>'storePayments','class'=>'ajax-form','method'=>'POST']) !!} {!! Form::hidden('milestone_id', $invoice->id) !!}
{{ $invoiceSetting->invoice_prefix }}#{{ $zero }}
@if($invoice->project_id == '') @else
@endif

@lang('modules.invoices.item')
@if($invoiceSetting->hsn_sac_code_show)
@lang('modules.invoices.hsnSacCode')
@endif
@lang('modules.invoices.qty')
@lang('modules.invoices.unitPrice')
@lang('modules.invoices.tax')
@lang('modules.invoices.amount')
 
@if($invoiceSetting->hsn_sac_code_show)
@endif @if($invoiceSetting->hsn_sac_code_show)
@endif

{{ number_format((float)$invoice->cost, 2, '.', '') }}

@lang('modules.invoices.subTotal')

{{ number_format((float)$invoice->cost, 2, '.', '') }}

@lang('modules.invoices.discount')
@lang('modules.invoices.tax')

0.00

@lang('modules.invoices.total')

{{ $invoice->cost }}

{!! Form::close() !!}
{{--Ajax Modal--}} {{--Ajax Modal Ends--}} @endsection @push('footer-script') {{----}} @endpush