@extends('layouts.master') @section('content')
Service Voucher Edit Service Voucher {{-- Forms --}} {{-- Form Layouts --}}

Edit New Service Voucher Back to Service Voucher

Create Service Voucher

@csrf @method('PUT') @if (count($errors) > 0)
@foreach ($errors->all() as $error) @endforeach
@endif
{{--
--}}
@if (!isset($vou_other_detail->business_partner_type)) @else
@endif
{{-- --}}
{{-- {{ dd(isset($vou_other_detail->partner_name)) }} --}} @if (!isset($vou_other_detail->business_partner_type)) @else
@endif
{{--
--}}
{{--
--}}

@foreach ($vouchersNumber->vouchers as $index => $voucher) {{-- --}} {{-- --}} @endforeach
# Account No Account Title Payment Mode Partner Name Instrument Amount Created Credit Debit Actions
{{ $loop->iteration }} {{ $voucher->account_no }} {{ $voucher->account_title }} {{ $voucher->payment_mode }} {{ $voucher->partner_name }} {{ $voucher->instrument }} {{ $voucher->remarks }} {{ $voucher->tax_debit }} {{ $voucher->date }}
Total: 0.00 0.00
@endsection @push('scripts') @endpush