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

@lang($pageTitle)

@endsection @push('head-script') {{----}} @endpush @section('content')
@lang('modules.invoices.addInvoice')
@csrf
{{ $invoiceSetting->invoice_prefix }}#{{ $zero }}
@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') @elseif($field->type == 'checkbox')
@foreach($field->values as $key => $value) @endforeach
@elseif($field->type == 'date') @endif
@endforeach
@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

0.00

@lang('modules.invoices.subTotal')

0.00

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

0.00

@lang('modules.invoices.total')

0.00

{{--Ajax Modal--}} {{--Ajax Modal Ends--}} @endsection @push('footer-script') {{----}} {{----}} @endpush