@extends('layouts/contentLayoutMaster') @section('title', 'Salary Details') @section('vendor-style') {{-- vendor css files --}} @endsection @section('content') @if ($message = Session::get('success')) {{ $message }} @endif {{-- Payment Calculation: {{ $from }} to {{ $to }} --}} Employee Salary Calculations: {{ $from }} to {{ $to }} Employee Code Employee Fixed Salary Milk Incentive Seasonal Incentive {{-- Remaining Dues --}} Deductions Additions Total Payable Amount {{-- Total Amount (Without Expenses) --}} Calculated Amount Amount to be Paid Amount Paid {{-- Actions --}} @endsection @section('vendor-script') {{-- vendor files table data --}} @endsection @section('page-script') @endsection