@extends('backend.layouts.master') @section('page-title', 'Invoice Edit') @push('css') @endpush @section('invoice')
@csrf
@foreach ($invoiceItem as $key => $item) @endforeach {{-- Discount --}}
#Sl Product Quantity Rate Total
{{ ++$key }} {{ $item->product->name }}
@if ($item->product->is_service == 0) @if ($item->product->unit->related_unit == null) @else @endif @else @endif
Grand Total
Discount
Total
{{-- @include('backend.pages.invoice.payment-modal') --}}
@endsection @push('js') @endpush