M/No:
{{Auth::user()->member_number}}
Name:
{{Auth::user()->fname}} {{Auth::user()->lname}}
Email:
{{Auth::user()->email}}
Delga Sacco Limited
P.O BOX 0000-200
Nairobi, Kenya
Nominees List
#
Name
Contact
Relationship
Percentage
@forEach($nominees as $nominee) @if($nominee->user_id == Auth()->user()->id)
{{$nominee->name}}
{{$nominee->phone}}
{{$nominee->relationship}}
{{$nominee->percentage}}%
@endif @endforeach
Signed By Chairman:
____________________
Date:
_____________________