@extends('layouts/contentLayoutMaster') @section('title', 'Payroll Details') @section('vendor-style') {{-- vendor css files --}} @endsection @section('content')
@if ($message = Session::get('success'))
@endif

Payroll Calculation Details

{{-- @if ($paymentProcess->status == 0) Add @endif --}}
{{-- --}}
{{-- --}}
Employee Code Employee Category Type Fixed Salary (Rs) Milk Incentive (Rs) Seasonal Incentive (Rs) Gross Salary (Rs)Remaining DuesDeductions Additions Total Payable (Rs) Remarks Actions
{{-- --}} @endsection @section('vendor-script') {{-- vendor files table data --}} @endsection @section('page-script') @endsection