@extends('layouts/acc_layout') @section('title', '| Fund Requisition') @section('content') @include('successMsg')
| Component (TK.) | Total (TK.) | |||
|---|---|---|---|---|
| Jagoron (TK.) | Agrosor (TK.) | Sufalon (TK.) | Grihayan (TK.) | |
| {!! Form::text ('jagoronAmount', $FundRequisitions->jagoronAmount, ['id'=>'jagoronAmount','class'=>'form-control text-center amount', 'placeholder' => '-' ]) !!} | {!! Form::text ('agrosorAmount', $FundRequisitions->agrosorAmount, ['id'=>'agrosorAmount','class'=>'form-control text-center amount', 'placeholder' => '-' ]) !!} | {!! Form::text ('sufalonAmount', $FundRequisitions->sufalonAmount, ['id'=>'sufalonAmount','class'=>'form-control text-center amount', 'placeholder' => '-' ]) !!} | {!! Form::text ('grihayonAmount', $FundRequisitions->grihayonAmount, ['id'=>'grihayonAmount','class'=>'form-control text-center amount', 'placeholder' => '-' ]) !!} | {!! Form::text('totalSum', $FundRequisitions->totalSum, ['id' => 'totalSum', 'class' => 'form-control text-right amount', 'readonly', 'type' => 'text', 'placeholder' => '-', 'autocomplete' => 'off']) !!} |
| Amount In Words | {!! Form::text('totalInWords', $FundRequisitions->totalInWords, ['class' => 'form-control', 'readonly', 'id' => 'totalInWords', 'type' => 'text', 'placeholder' => 'Amount In Words', 'autocomplete' => 'off']) !!} | |||