@section('css') @parent @endsection
{!! Form::label('account_id', __('models/cheques.fields.account_id').':') !!} {!! Form::select('account_id', $accountItems, null, ['class' => ($errors->has('account_id')) ? 'form-control is-invalid' : 'form-control' ,'id'=>'account_id']) !!} @if ($errors->has('account_id')) {{ $errors->first('account_id') }} @endif
@section('scripts') @parent @endsection
{!! Form::submit(__('crud.save'), ['class' => 'btn btn-danger btn-flat btn-lg']) !!} @lang('crud.cancel')