@extends('layouts.master') @section('content') {{-- message --}} {!! Toastr::message() !!}
@csrf

Invoice details

@if(!empty($invoiceView->recurring_incoice))
@endif
Invoice From Edit Address

StarCode Kh
#61, Preah Monivong Blvd.,
Penh, Cambodia.

Invoice To

Soeng Souy
#28, Mao Tse Tung Blvd.,
Penh, Cambodia.

Item Details

@foreach($invoiceDetails as $key => $value) @endforeach
Items Category Quantity Price Amount Discount Actions
@if ($key < 1 ) @else @endif

More Fields

Payment Details

Add Bank Details

Payment Details

Remove Bank Details

Summary

Taxable Amount $21

Round Off $54

Additional Charges
Upload Sign
@section('script') {{-- show hide [Bank Details]--}} {{-- show hide [Recurring Invoice]--}} {{-- add rows and remove [Item Details]--}} {{-- Summary --}} @endsection @endsection