@extends('adminlte::page') @section('title', 'Edit Share Purchase') @section('content')

Update Share Purchase Information

@csrf @method('PUT')
Select the member who purchased shares @error('user_id')
{{ $message }}
@enderror
Enter the number of shares purchased @error('number_of_shares')
{{ $message }}
@enderror
Value per share in Kenyan Shillings @error('share_value')
{{ $message }}
@enderror
Automatically calculated (Shares × Value)
Date when the shares were purchased @error('purchase_date')
{{ $message }}
@enderror
Optional notes about the share purchase @error('notes')
{{ $message }}
@enderror
@push('js') @endpush @stop