@extends('layouts/acc_layout') @section('title', '| OTS Account Statement Report') @section('content')

New Account Statement Report

{{--
--}} {{--
--}} {!! Form::open(array('url' => '', 'role' => 'form', 'class'=>'form-horizontal form-groups', 'id' => 'filteringFormId', 'method'=>'get')) !!}
{!! Form::label('', 'Branch:', ['class' => 'control-label col-sm-12']) !!}
{!! Form::select('filBranch',$hello , null ,['id'=>'filBranch','class'=>'form-control input-sm','autocomplete'=>'off', 'autofocus', 'required']) !!}

{!! Form::label('from', 'From:', ['class' => 'col-sm-12 control-label']) !!}
{!! Form::text('filStartDate', $toDate, ['class' => 'form-control input-sm','style'=>'cursor:pointer', 'id' => 'filStartDate', 'readonly','autocomplete'=>'off', 'autofocus', 'required'])!!}

{!! Form::label('from', 'To:', ['class' => 'col-sm-12 control-label']) !!}
{!! Form::text('filEndDate', $toDate, ['class' => 'form-control input-sm','style'=>'cursor:pointer', 'id' => 'filEndDate', 'readonly','autocomplete'=>'off', 'autofocus', 'required'])!!}

{{--
--}}
{!! Form::label('', '', ['class' => 'control-label col-sm-12']) !!}
{!! Form::submit('Search', ['id' => 'filteringFormSubmit', 'class' => 'btn btn-primary btn-s animated fadeInRight', 'style'=>'font-size:12px']); !!}
{!! Form::close() !!} {{--
--}} {{--
--}}
@endsection