@extends('layouts.app') @section('content')

Cheque List

@can('ADD_CHEQUE') @endcan
{{-- @if(Auth::user()->can('VIEW_ALL_PLANTS_RECORDS'))--}}
{{ Form::select('bank', getConfig('BANKS'), '' , array('class' => 'form-control select2', 'id' => 'bank','data-toggle'=> 'tooltip', 'data-placement' => 'top', 'title'=>'Bank')) }}
{{-- @endif--}}
Bank Name Cheque # Payer Cheque Date Cash Cheque Amount Remarks {{ __('common.labels.action')}}
@endsection @section('custom_script') @endsection