@extends('layouts.bootstrap') @section('title', 'Record Income') @section('content')

Record Income

Back to Income
Income Details
@csrf
@error('title')
{{ $message }}
@enderror
$ @error('amount')
{{ $message }}
@enderror
@error('description')
{{ $message }}
@enderror
@error('category')
{{ $message }}
@enderror
@error('payment_method')
{{ $message }}
@enderror
@error('source')
{{ $message }}
@enderror
@error('reference_number')
{{ $message }}
@enderror
@error('income_date')
{{ $message }}
@enderror
@error('status')
{{ $message }}
@enderror
Upload receipt or supporting document (PDF, JPG, PNG - Max 5MB)
@error('receipt_file')
{{ $message }}
@enderror
Cancel
Income Categories
Tender Revenue: Income from completed tender projects

Product Sales: Revenue from product sales

Service Income: Income from services provided

Consulting Fees: Revenue from consulting work

Interest Income: Interest earned from investments

Other Income: Any other sources of income
Tips
  • Always upload receipts or supporting documents
  • Use clear, descriptive titles for easy identification
  • Include reference numbers for tracking
  • Set status to "Pending" if payment is not yet received
@endsection