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

{{ __($pageTitle) }}

@endsection @push('head-script') @endpush @section('content')
@lang('modules.invoices.addInvoice')
{!! Form::open(['id'=>'storePayments','class'=>'ajax-form','method'=>'POST']) !!}
{{ $invoiceSetting->invoice_prefix }}#{{ $zero }}
@if(in_array('projects', $modules))
@endif
show_shipping_address == 'yes') checked @endif class="js-switch " data-color="#00c292" data-secondary-color="#f96262"/>

@lang('modules.invoices.item')
@lang('modules.invoices.qty')
@lang('modules.invoices.unitPrice')
@lang('modules.invoices.tax')
@lang('modules.invoices.amount')
 

0.00

@lang('modules.invoices.subTotal')

0.00

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

0.00

@lang('modules.invoices.total')

0.00

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