@extends('layouts.reports') @section('content')
| S/N | Name | Gender | Town | Phone | Address | Qualification | Occupation | Membership | |
|---|---|---|---|---|---|---|---|---|---|
| {{$loop->index+1}} | {{$item->title}}{{$item->first_name}} {{$item->middle_name}} {{$item->last_name}} | {{$item->gender}} | {{$item->town}} | {{$item->phone}} | {{$item->email}} | {{$item->address}} | {{$item->qualification}} | {{$item->occupation}} | {{$item->membership_number}} |