@extends('layouts.master') @section('title', 'Edit Purchase Credit Debt Note') @section('css') @endsection @section('content')

Edit Purchase Credit Debt Note

@csrf @method('PUT')
Purchase Credit Debt Note {{__('Information')}}
{{-- --}}
Debt/Credit Note Details
@if($purchaseDebtCreditNote->details) @foreach ($purchaseDebtCreditNote->details as $index => $detail) @endforeach @endif
{{__('Account Number')}} Nominal {{__('Notes')}} Action
@csrf @method('DELETE')
@section('scripts') @endsection @endsection