@extends('layouts.app') @push('style') @endpush @section('content')
Create Salary Advance
Record an advance for any active employee. This will be stored as a type: advance in salary payments.
Advance Details
@csrf
{{-- Left column --}}
Type to search by ID or name.
This is the month the advance will be associated with.
This amount will be debited from the selected account.
{{-- Right column: Visual summary --}}
Preview
Advance
Employee
Month
{{ date('Y-m') }}
Date
{{ date('Y-m-d') }}
Account
Amount
0.00
TrxID
This will create an entry in Salary Payments with type = advance and a matching ledger transaction (debit).
Cancel
@endsection @push('script') @endpush