Pay Supplier
@csrf @if (auth()->user()->branch_id == 1)
@else @endif {{-- Date --}}
{{ $errors->has('date') ? $errors->first('date') : '' }}
{{-- Supplier --}}
{{ $errors->has('account_type') ? $errors->first('account_type') : '' }}
{{ $errors->has('supplier_id') ? $errors->first('supplier_id') : '' }}
{{-- Details --}}
Total () Purchase Due : {{ empty(get_setting('com_currency')) ?: get_setting('com_currency') }}
Personal Balance : {{ empty(get_setting('com_currency')) ?: get_setting('com_currency') }}
{{-- wallet_type --}}
{{ $errors->has('wallet_type') ? $errors->first('wallet_type') : '' }}
{{-- wallet_type --}}
{{ $errors->has('pay_type') ? $errors->first('pay_type') : '' }}
{{-- Amount --}}
{{ $errors->has('amount') ? $errors->first('amount') : '' }}
{{-- discount --}}
{{ $errors->has('discount_amount') ? $errors->first('discount_amount') : '' }}
{{-- Supplier --}}
{{-- Details --}}
{{-- Submit Button --}}