@extends('layouts.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']) !!}
{{ str_replace('{year}',date("y"), explode('{sequence}', $invoiceSetting->invoice_prefix)[0]) }}
{{ explode('{sequence}', $invoiceSetting->invoice_prefix)[1] }}
@if(in_array('projects', $modules))
@endif
@lang('app.fieldName')
@lang('app.valueEs')
@if(count($fields) > 0)

@lang('modules.projects.otherInfo')

@foreach($fields as $field)
@if( $field->type == 'text') @elseif($field->type == 'password') @elseif($field->type == 'number') @elseif($field->type == 'textarea') @elseif($field->type == 'radio')
@foreach($field->values as $key=>$value) @endforeach
@elseif($field->type == 'select') {!! Form::select('custom_fields_data['.$field->name.'_'.$field->id.']', $field->values, isset($editUser)?$editUser->custom_fields_data['field_'.$field->id]:'',['class' => 'form-control gender']) !!} @elseif($field->type == 'checkbox')
@foreach($field->values as $key => $value) @endforeach
@elseif($field->type == 'date') @endif
@endforeach
@endif
@lang('modules.invoices.importExcel')

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

0.00


@lang('modules.invoices.invoiceConfig')