@extends('AdminLte.template') @section('title') Calculated Salary Report for Employee @endsection @section('ExternalCss') @parent @endsection @section('Content')

Calculated Salary Report

{{ Form::open(['action' => 'HrmsEmployeeSalaryDownloadController@SalaryReportData','autocomplete' => 'off','id' => 'calculate']) }}
@if ($type=='All')
@if ($Multiple_Hospital_PARAMETER=="Y")
@else @endif
@else
@if ($Multiple_Hospital_PARAMETER=="Y")
@else @endif
@endif
@foreach($general_column as $key=>$column)
@endforeach
@foreach($leave_type_column as $key=>$column)
@endforeach
@foreach($salaryhead as $key=>$category) @if ($key=="E") @foreach ($category as $headkey=>$value) @if(gettype($value)=='array')
@foreach ($value as $head_key=>$head_value)
@endforeach
@else
@endif @endforeach @endif @endforeach
@foreach($overtime as $key=>$category)
@endforeach
@foreach($salaryhead as $key=>$category) @if ($key=="D") @foreach ($category as $headkey=>$value) @if(gettype($value)=='array')
@foreach ($value as $head_key=>$head_value)
@endforeach
@else
@endif @endforeach @endif @endforeach
@foreach($salaryhead as $key=>$category) @if ($key=="T") @foreach ($category as $headkey=>$value) @if(gettype($value)=='array')
@foreach ($value as $head_key=>$head_value)
@endforeach
@else
@endif @endforeach @endif @endforeach


{{ Form::close() }}
@if(session()->has('errorMessage'))
× {{ session()->get('errorMessage') }}
@endif
@endsection @section('BootstrapModals') @endsection @section('ExternalJs') @endsection