@extends('layouts/contentLayoutMaster') @section('title', 'Employee Payroll Details') @section('vendor-style') {{-- vendor css files --}} @endsection @section('content')
@if ($message = Session::get('success'))
@endif
Code : {{ $employee_code }}
Name : {{ $employee_name }}
{{ $from }} to {{ $to }}
{{-- --}}
Fixed Salary Total Days Total Milk Purchased (TS) Avg Per Day Milk (TS) Milk Incentive (Rs) Seasonal Incentive Rate Per Ltr (Rs) Seasonal Incentive Gross Salary Max Limit Gross SalaryRemaining DuesDeductions Additions Payable Amount
@endsection @section('vendor-script') {{-- vendor files table data --}} @endsection @section('page-script')