@extends('layouts.employee') @section('page-title', 'Add Expenses') @section('page-subtitle', 'Log your expenses in a clean sheet layout') @section('content') {{-- TOP SECTION --}}

Add Expenses

Use this sheet to enter your expenses (one row = one expense).

Submitting to {{ $activeSession->name ?? '-' }} ({{ optional($activeSession)->start_date?->format('d M Y') ?? '' }} – {{ optional($activeSession)->end_date?->format('d M Y') ?? '' }}).

Manage Expense Groups
Instructions
  • • One row = one expense.
  • • Choose a Group for better reporting.
  • • Click Attached to add files (PNG / JPG / PDF). Max 5MB each.
  • • Amount is in ₹ (rupees).
{{-- CARD --}}
{{-- Card header --}}

Expense Entries

Keep your entries clear and complete. You can add multiple rows in one go.

{{-- CARD BANNER (in-card success/error) --}} {{-- FORM --}}
@csrf {{-- TABLE --}}
{{-- JS rows --}}
Date Group Party Name Purpose Amount (₹) Attached
{{-- TOTAL BAR --}}
Total: ₹ 0.00
{{-- Bottom actions --}}
Save Draft saves as draft. • Submit Expenses submits final entries for admin review.
{{-- Simple notes box --}}

Tips

{{-- ROW TEMPLATE --}} {{-- Styles for responsiveness and equal input heights --}} {{-- Floating global banner (mobile-friendly toast) --}} @endsection