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

Payment Calculation: {{ $from }} to {{ $to }}

--}}

Employee Salary Calculations: {{ $from }} to {{ $to }}

{{-- --}} {{-- --}} {{-- --}}
Employee Code Employee Fixed Salary Milk Incentive Seasonal IncentiveRemaining DuesDeductions Additions Total Payable AmountTotal Amount (Without Expenses)Calculated Amount Amount to be Paid Amount PaidActions
@endsection @section('vendor-script') {{-- vendor files table data --}} @endsection @section('page-script') @endsection