@extends("master") @section("title",$company->name??"") @section("body")
Members
Dashboard
Membership
Members
Below are list of members
New Member
Export
#
First Name
Last Name
Phone No
Small Group
Category
Status
Action
Membership form
×
@csrf
FirstName
LastName
District
Select District
@foreach(App\District::all() as $district)
{{$district->name}}
@endforeach
Sector
Select Sector
Cell
Select Cell
Village
Select Village
Phone Number
Phone Number 2
Book Page
Membership date
Category
{{--
--}}
Select Category
@foreach(App\Category::all() as $category)
{{$category->categoryName}}
@endforeach
Status
Select Status
@foreach(App\Status::all() as $mystatus)
{{$mystatus->statusName}}
@endforeach
Small Group
Select Small Group
@foreach(App\Small_group::query()->where("company_id","=",auth()->user()->company_id)->get() as $smallgroup)
{{$smallgroup->group_name}}
@endforeach
Employment Status
-- select --
Full Time job
Part Time job
Unemployed
Marital Status
-- select --
Single
Married
Widow/Widower
Divorced
@endsection @section("script") @endsection