@extends('layouts/microfin_layout') @section('title', '|Transfer Register Report') @section('content') @include('microfin/reports/transferRegisterReportsViews/TransferRegisterReportAjax')
{{-- --}}

Transfer Register Report

{!! Form::open(array('url' => '', 'role' => 'form', 'class'=>'form-horizontal form-groups', 'id' => 'filterFormId', 'method'=>'get')) !!}
{{-- Start of Branch Name --}}
{{-- @if($userBranchId == 1) --}}
{!! Form::label('', 'Branch Name:', ['class' => 'control-label pull-left', 'style' => 'color:black']) !!}
{{-- End of Branch Name --}} {{-- @endif --}}
{!! Form::label('', 'Samity Name:', ['class' => 'control-label pull-left', 'style' => 'color:black']) !!}
{{-- End of Samity Name --}} {{-- Start of the to date --}}
{!! Form::label('','Date From: ', ['class' => 'control-label pull-left', 'style' => 'color:black']) !!}
{{-- End of the to date --}} {{-- Start of the to date --}}
{!! Form::label('','Date To: ', ['class' => 'control-label pull-left', 'style' => 'color:black']) !!}
{{-- End of the to date --}}
{!! Form::label('', 'Report Type:', ['class' => 'control-label pull-left', 'style' => 'color:black']) !!}
{{-- End of Report Type Name --}} {{-- Start of the Submit Button --}}
{!! Form::label('', '.', ['class' => 'control-label col-md-12', 'style' => 'color:#708090']) !!}
{!! Form::submit('Show Report', ['id' => 'reportSubmit', 'class' => 'btn btn-primary']); !!}
{{-- End of the Submit button --}}
{!! Form::close() !!}
{{-- panel-body panelBodyView DIV --}}
@endsection