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

Share Purchase Information

@csrf
Select the member purchasing shares @error('user_id')
{{ $message }}
@enderror
Enter the number of shares being 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