@extends('master.app') @section('title', 'Edit Supplier Payment') @section('body')
{{-- TOP BAR --}}
Edit Payment
Update supplier payment information
@include('general.valert')
@csrf @method('put')
{{-- Payment Number --}}
{{-- Supplier --}}
{{-- Date --}}
@if ($bdate == 1) @else @endif
{{-- Amount --}}
{{-- Currency --}}
{{-- Exchange Rate --}} {{-- Title --}}
{{-- Target Cash --}}
{{-- Details --}}
{{-- ACTIONS --}}
Cancel
@endsection @section('pageJs') @endsection