{{\App::setLocale(Session::get('locale'))}} @extends('user.layout.app') @section('title', trans('Create Invoice')) @section('content') @includeIf('components.error-success-message')

@lang('Create Invoice')

{{----}}

List of Items

@csrf
Product Unit Price Quantity Total Remark
Subtotal
Discount
Tax
Grand Total ({{number_format($creditObj->point,2)}} Point Available)

@endsection @section('extra-script') @includeIf('components.sweetalert') @includeIf('components.jqvalidate') @endsection @section('extra-style') @endsection