@extends('admin.adminlayouts.adminlayout') @section('head') {!! HTML::style("assets/global/plugins/select2/select2.css") !!} {!! HTML::style("assets/global/plugins/datatables/plugins/bootstrap/dataTables.bootstrap.css") !!} @stop @section('mainarea')

{{$pageTitle}}

@if(Session::get('success'))
{!! Session::get('success') !!}
@endif
Salary Details
@if($salary) @php $count_i=1; @endphp @foreach($salary as $key => $salaryDetails) @endforeach @endif
S.No Employee Name Updated From Basic Salary HRA Dearness Allowance Special Allowance Salary
{{$count_i++}} {{ (\App\Models\Employee::getdatabyname($salaryDetails['employeeID']))}} {{$salaryDetails['updatedOn']}} {{$salaryDetails['basicSalary']}} {{$salaryDetails['HRA']}} {{$salaryDetails['dearnessAllowance']}} {{$salaryDetails['specialAllowance']}} {{$salaryDetails['salary']}}
@stop @section('footerjs') {!! HTML::script("assets/global/plugins/select2/select2.min.js") !!} {!! HTML::script("assets/global/plugins/bootstrap-switch/js/bootstrap-switch.min.js") !!} {!! HTML::script("assets/global/plugins/datatables/media/js/jquery.dataTables.min.js") !!} {!! HTML::script("assets/global/plugins/datatables/plugins/bootstrap/dataTables.bootstrap.js") !!} @stop