@extends('layouts.app') @section('title', 'Edit Bulk Invoice #' . $invoice->InvoiceNo) @push('styles') @endpush @section('content')
@csrf @method('PUT')

EDIT BULK INVOICE #{{ $invoice->InvoiceNo }}

@if($errors->any())
    @foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@if(isset($userCompany) && $userCompany) @endif
@error('cons_type')
{{ $message }}
@enderror
Please provide a valid invoice number.

Meter Readings

Amount Details

KSh
KSh
KSh
Invoice Items
@php $totalAmount = 0; @endphp @foreach($invoice->bulkInvoiceLines as $index => $line) @endforeach
ID Description Unit Price Amount
{{ $line->BulkLineID }} {{ $line->BulkLineDesc }}
Total: KSh 0.00
Cancel
@push('scripts') @endpush @if(session('success')) @endif @endsection @push('styles') @endpush @push('scripts') @endpush