@extends('layouts.admin.admin_layout') @section('title', trans('applang.add_payment_transaction')) @section('vendor-css') @endsection @section('page-css') @endsection @section('content')
@csrf
@if ($errors->has('deposit_payment_method')) {{ $errors->first('deposit_payment_method') }} @endif
@error('amount') {{ $message }} @enderror
@if ($errors->has('payment_date')) {{ $errors->first('payment_date') }} @endif
@if ($errors->has('payment_status')) {{ $errors->first('payment_status') }} @endif
@if ($errors->has('collected_by_id')) {{ $errors->first('collected_by_id') }} @endif
@error('transaction_id') {{ $message }} @enderror
{{trans('applang.back_btn')}}
@include('erp.purchases.purchase_invoices.modals') @endsection @section('page-vendor-js') @endsection @section('page-js') @endsection