@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('sale.invoice_no') @lang('sale.total_amount') @lang('messages.date') @lang('sale.payment_status') @lang('messages.action') @lang('sale.total_amount') @lang('account.cheque_details') @lang('account.add_cheque') @lang('account.cheque') {{-- --}} {{-- --}} {{-- @lang('account.remove_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('account.cheque_number') :* @lang('account.date'):* @lang('account.issued_date'):* @lang('sale.total_amount'):* @lang('account.cheque_type'):* Issued Received @lang('lang_v1.balance'): 0.00 @endsection @section('javascript') @endsection