@extends('layouts.master') @section('title', 'User') @push('css') @endpush @section('content')
@csrf

Depertment Information

@foreach ($salaryPayments as $salaryPayment) @endforeach
Date Employee ID Employee Name Month Payment Amount Deducted Amount Action
{{ $salaryPayment->date }} {{ $salaryPayment->emp_id }} {{ $salaryPayment->name }} {{ $salaryPayment->month }} {{ $salaryPayment->payment_amount }} {{ $salaryPayment->deducted_amount }}
@endsection @push('js') @endpush