@extends('layouts.app') @section('title', 'Record Profit Distribution') @section('content')

Record Profit Distribution

Immutable — cannot be edited or deleted after creation (DG-3.2)

Important: Profit distributions cannot be modified after recording. Use a reversal entry for corrections.
@csrf
@error('investor_id')
{{ $message }}
@enderror
@error('project_id')
{{ $message }}
@enderror
@error('amount')
{{ $message }}
@enderror
@error('distribution_date')
{{ $message }}
@enderror

Cancel
@endsection