@extends('layouts/acc_layout') @section('title', '| OTS Period') @section('content') @include('accounting/otsPeriodInterestRate/OTSperiodInterestRateAjax')
@if ($Success == 'True')
Success! You have successfully inserted the information !
@endif
OTS Period Add Form
{!! Form::open(array('url' => 'OTSperiodInterestHistorySubmit', 'role' => 'form', 'class'=>'form-horizontal form-groups', 'id' => 'filterFormId', 'method'=>'get')) !!}
{!! Form::label('periodName','OTS Period Name: ', ['class' => 'col-sm-3 control-label']) !!}
{!! Form::label('interestRate','Interest Rate: ', ['class' => 'col-sm-3 control-label']) !!}
{!! Form::label('date','Date: ', ['class' => 'col-sm-3 control-label']) !!}
{!! Form::label('', ' ', ['class' => 'col-sm-3 control-label']) !!}
{!! Form::close() !!}
@endsection