@extends('layouts.master') @section('content')
REGISTERED MEMBERS FOR 39th ANNUAL CONFERENCE
@foreach ($admin_online_services as $item) @if($item->membership_number == "") @else @endif @if($item->payment_mode == "mobile") @elseif($item->payment_mode == "bank") @else @endif {{-- {{Str::limit($item->email),'10',$end='...'}} --}} @endforeach
S/N Name Occupation Institution TPHA # Payment Town Phone Action
{{$loop->index+1}} {{$item->title}} {{Str::limit($item->full_name,'25',$end='..')}} {{Str::limit($item->occupation,'15',$end='..')}} {{Str::limit($item->institution,'10',$end='...')}}--{{$item->membership_number}}{{$item->mobile_agent}}View--{{$item->town}} {{$item->telephone}}
@endsection