@extends('layouts/default') {{-- Page title --}} @section('title') Invoice @parent @stop {{-- page level styles --}} @section('header_styles') @stop {{-- Page content --}} @section('content')

WPS Report

{{Session::get('company')}}

{{$voucherhead}}


Date From:   To:

@foreach($reports as $row) @endforeach
Edr Labour No. Routing Code Account No. Salary Start Date Salary end Date No.of days Fixed Salary Net Payable No.of days leave Emp.Name Mol card No. Company Name Nationality
{{$row->emp_detail_type}} {{$row->lc_id}} {{$row->routing_code}} {{$row->account_number}} {{date('d-m-Y',strtotime($row->j_start_date))}} {{date('d-m-Y',strtotime($row->j_end_date))}} {{$row->nwage}} {{$row->basic_pay}} {{$row->net_salary}} {{$row->lev_per_mth}} {{$row->name}} {{$row->mol_no}} {{$row->e_company}} {{$row->nationality}}
@include('layouts.right_sidebar')
@stop {{-- page level scripts --}} @section('footer_scripts') @stop @extends('layouts/default') {{-- Page title --}} @section('title') Invoice @parent @stop {{-- page level styles --}} @section('header_styles') @stop {{-- Page content --}} @section('content')

WPS Report

{{Session::get('company')}}

{{$voucherhead}}


Date From:   To:

@foreach($reports as $row) @endforeach
Edr Labour No. Routing Code Account No. Salary Start Date Salary end Date No.of days Fixed Salary Net Payable No.of days leave Emp.Name Mol card No. Company Name Nationality
{{$row->emp_detail_type}} {{$row->lc_id}} {{$row->routing_code}} {{$row->account_number}} {{date('d-m-Y',strtotime($row->j_start_date))}} {{date('d-m-Y',strtotime($row->j_end_date))}} {{$row->nwage}} {{$row->basic_pay}} {{$row->net_salary}} {{$row->lev_per_mth}} {{$row->name}} {{$row->mol_no}} {{$row->e_company}} {{$row->nationality}}
@include('layouts.right_sidebar')
@stop {{-- page level scripts --}} @section('footer_scripts') @stop