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

Employee Report

{{ Form::open(['action' => 'HrmsRegisterReportController@EmployeeReportOutput','autocomplete' => 'off']) }}
  
@foreach($emp_personal as $key=>$column)
@endforeach
@foreach($emp_details as $key=>$column)
@endforeach
@foreach($emp_account as $key=>$column)
@endforeach
@foreach($salaryhead as $key=>$category)
@foreach ($category as $headkey=>$value)

@endforeach @endforeach
{{ Form::close() }} @endsection @section('BootstrapModals') @endsection @section('ExternalJs') @endsection