@extends('layouts.header') @section('css') @endsection @section('content')

Salaries

@foreach($salaries as $salary) {{-- --}} @endforeach
Store Rate Amount Less to Billing Added on Payroll Action
{{$salary->store}} {{number_format($salary->rate,2)}} {{number_format($salary->amount,2)}} {{number_format($salary->less_to_billing,2)}} {{number_format($salary->deducted_on_payroll,2)}} Action

New Salary

@csrf
@include('new_group') @endsection @section('js') @endsection