@extends('hr_main') @section('title', '| ' . $data['pageTitle']) @section('content') @include('successMsg')
{!! $data['pageTitle'] !!}
{!! Form::open(['files' => 'false', 'id' => 'formId', 'role' => 'form', 'class' => 'form-horizontal form-groups']) !!} id }}' />
{!! Form::text('fiscal_year_id', $data['model']->fiscal_year->name, ['class' => 'form-control fiscal_year_id', 'id' => 'fiscal_year_id', 'disabled']) !!}

{!! Form::text('particular_item_id', $data['model']->particular_item->name, ['class' => 'form-control particular_item_id', 'id' => 'particular_item_id', 'disabled']) !!}

{!! Form::text('exemptions_amount', $data['model']->exemption_amount, ['class' => 'form-control', 'id' => 'exemptions_amount', 'type' => 'text', 'placeholder' => 'Limit In Amount']) !!}
{!! Form::text('exemptions_percentage', $data['model']->exemption_percentage, ['class' => 'form-control', 'id' => 'exemptions_percentage', 'type' => 'text', 'placeholder' => 'Limit In Percentage']) !!}
{!! Form::select('percentage_effcet_income_type', $data['percentageEffectIncomeTypes'], $data['model']->percentage_effcet_income_type, ['class' => 'form-control percentage_effcet_income_type', 'id' => 'percentage_effcet_income_type']) !!}

{!! Form::submit('Update', ['id' => 'add', 'class' => 'btn btn-info']); !!} Close
{!! Form::close() !!}
@endsection @section('footerAssets') @endsection