@extends('layouts.app') @section('style') @stop @section('content') @include("layouts.Cmodal")
  @lang('layout.CreateNewPay')
{{Form::open(['route' => 'pay.store','method' => 'POST','class' => 'form-horizontal','id'=>'pay-submit','files'=> true])}}
@lang('message.SaveAttachmentMessage')
@if (fingerprint() == 'true') @endif
{{-- --}} @{{errors.first('member_id')}}
@{{ errors.first('date') }}
@if(getHourType() == 24) @else @endif
@if(getcommission() =="true")
{{Form::number('commission_amount',null,['class' => 'form-control',"placeholder"=>__('layout.Amount')])}}
{{Form::textarea('commission_description',null,['class'=>'form-control','rows'=>'1'])}}
@endif @if(isGroupCompany())
@endif @if(systemConfig()[20] == 1)
@endif
@if(systemConfig()[16] != 0)
@endif @if(systemConfig()[21] != 0)
@endif @if(getWhatsApp() =='true') @endif
{{Form::text('overdue_date',null,['class' => 'form-control date','id'=>'date','autocomplete'=>'off'])}}
@if(getTelegramBot()=="true")
@endif
@lang('layout.Currency') @lang('layout.Payable') @lang('layout.Receivable')
@{{ summ.currency }} @{{ format_number(Number(summ.invoice)) }}
{{-- Attachment Started ............................................................. --}}
@lang('layout.SelectFile') @lang('layout.Change') @lang('layout.Remove')
{{-- End Attachment ......................................................... --}}

# @lang('layout.Number') @lang('layout.PaymentCurrency') @lang('layout.Account') @lang('layout.Currency') @lang('layout.Discount') @lang('layout.Description')
@{{index+1}} @{{errors.first('number['+index+']')}} @{{number_msg}}
@{{msg}}
@{{row.selectedCurrency.symbol}}
@{{ (row.selectedBank)?format_number( Number(row.selectedBank.balance)-(Number((row.amount)?row.amount:0))+Number((row.discount)?row.discount:0)):0 }}
@{{errors.first('amount['+index+']')}}
@{{row.paymentCurrency.symbol}}
@lang('layout.Cancel')
{!! Form::close() !!}
@endsection @push('scripts') @endpush