@extends('hr_main') @section('title', '| ' . $data['pageTitle']) @section('content')
{{ $data['pageTitle'] }}
{!! Form::open(['url' => '', 'role' => 'form', 'class' => 'form-horizontal form-groups']) !!}
{!! Form::select('fiscal_year_id', $data['fiscal_years'], null, ['class' => 'form-control', 'id' => 'fiscal_year_id']) !!}

For Male:
Taxable Amount Tax Percentage (Digit) Action

For Female:
Taxable Amount Tax Percentage (Digit) Action

{!! Form::submit('Submit', ['id' => 'submit', 'class' => 'btn btn-info']) !!} Close
{!! Form::close() !!}
@endsection