@extends('layouts.app') @section('title', __('account.create_cheque')) @section('content')

@lang('account.create_cheque')

@csrf

@lang('report.filters')

{!! Form::label('contact_id', __('contact.contact') . ':*') !!} {!! Form::select('contact_id', $contacts, null, [ 'class' => 'form-control select2', 'id' => 'contact_id', 'required', 'style' => 'width:100%', 'placeholder' => __('lang_v1.all'), ]) !!}

@lang('account.invoices')

@lang('account.cheque_details')

@lang('account.cheque')

{!! Form::label('cheques[0][account_id]', __('lang_v1.payment_account') . ':*') !!} {{-- {!! Form::select('cheques[0][account_id]', $accounts, null, ['class' => 'form-control select2', 'required', 'style' => 'width:100%']); !!} --}}

@lang('lang_v1.balance'): 0.00
@endsection @section('javascript') @endsection