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

Edit Vendor: {{ $vendor->name }}

Modify vendor master credentials or update current outstanding dues manual ledger.

Back to Ledger
@if ($errors->any())
Please resolve the below error:
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf @method('PUT')
Outstanding Ledger Accounts Adjustment

Total volume of stock procurement till date.
Reduce this amount when you pay cash to vendor.
@endsection