@extends('layouts.app') @section('style') @stop @section('content')
@if (count($errors) > 0)

Whoops! There were some problems with your input

    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
member Invoice List
@lang('layout.Number') @lang('layout.member') @lang('layout.SalesNumber') @lang('layout.Account') @lang('layout.Date') @lang('layout.Due Date') @lang('layout.Currency') @lang('layout.Amount') @lang('layout.Actions')
@{{ invoiceItem.number }} @{{ invoiceItem.member }} @{{ invoiceItem.salesNumber }} @{{ invoiceItem.account }} @{{ invoiceItem.currency }} @{{ invoiceItem.date }} @{{ invoiceItem.due_date }} @{{ invoiceItem.total }} @{{ invoiceItem.paid }}
@lang('layout.PaymentForm')
{{Form::open(['route' => 'invoicePayment.store','method' => 'POST','class' => 'form-horizontaljj','id'=>'payment-form'])}}
{{----}}
@{{ selectedInvoice.currency }}
@{{ currecySelect.code }}
@{{ selectedInvoice.currency }}
@{{ selectedInvoice.currency }}
@{{ currecySelect.code }}
{{Form::close()}}
{{----}}
{{--
@{{ $data | json }}
--}} {{--
@{{ $items | json }}
--}} @endsection @push('scripts') {{----}} @endpush