@extends('layouts.app') @section('style') @endsection @section('content')
@if ($errors->has('personnel'))
{{ $errors->first('personnel') }}
@endif
@if ($errors->has('mode_of_payment'))
{{ $errors->first('mode_of_payment') }}
@endif
@if ($errors->has('location'))
{{ $errors->first('location') }}
@endif

{{--

Savings

Type Deduction Rate
Cash Bond ₱50.00
--}}

Deductions

{{-- @foreach ($contributions as $contribution) @endforeach --}}
Deduction Type Deduction Rate
Cash Bond Savings 50
{{ $contribution->name }} Contribution {{ $contribution->amount }}

Adjustment

Contracts

Type Amount
Differential
Incentive
Uniform
Overtime
SSS Contribution
Philhealth Contribution
Pag-ibig Contribution
Retirement Benefit
{{-- --}} Thirteenth Month

Summarry

Label Amount
DTR 0.00
Loans 0.00
Deductions 0.00
Adjustment 0.00
Contracts 0.00
Total Payment 0.00
@section('script') @endsection @endsection