@extends('layouts.master') @section('content')

Edit Service Voucher {{ $voucher->voucher_no }} Back

@csrf @method('PUT') {{-- MASTER --}}
{{-- These two get submitted with the form --}}
{{-- DETAILS --}}
Service Details
@foreach ($voucher->details as $i => $detail) @endforeach
Account * Qty * Unit * Price * Amount Narration
@endsection @push('scripts') @endpush