@extends('layouts/microfin_layout') @if(isset($type) && $type == 1) @section('title', '| Savings Interest Provision') @else @section('title', '| Savings Interest Generate') @endif @section('content')
@if(isset($type) && $type == 1) Savings Interest Provision List @else Savings Interest Generate List @endif
@if(isset($type) && $type == 1)
Add Savings Interest Provision
@else
Add Savings Interest Generate
@endif
{!! Form::open(array('url' => '', 'role' => 'form', 'class' => 'form-horizontal form-groups')) !!} {{--
   
--}}
{!! Form::label('branch_id', 'Branch:', ['class' => 'col-md-3 control-label required']) !!}
{{--
{!! Form::label('accIdFk', 'Account:', ['class' => 'col-md-3 control-label required']) !!}
--}}
{!! Form::label('generate_code', 'Generate ID:', ['class' => 'col-md-3 control-label required']) !!}
{!! Form::text('generate_code',null,['id'=>'generate_code','class'=>'form-control', 'required' => 'required', 'readonly']) !!}
{!! Form::label('generate_date', 'Generate Date:', ['class' => 'col-md-3 control-label required']) !!}
{!! Form::text('generate_date',null,['id'=>'generate_date','class'=>'form-control','readonly', 'placeholder' => 'Select Date', 'required' => 'required']) !!}
    {!! Form::button('Preview', ['id' => 'preview', 'class' => 'btn btn-info']) !!} @if(isset($type) && $type == 1) Close @else Close @endif
{!! Form::close() !!}
@endsection