@extends('layouts.master1') @section('title') Rotary • Club of Lekki Phase One @endsection @section('breadcrumbheader1') Members @endsection @section('page') Members @endsection @section('styles') @endsection @section('content')
@foreach ($member as $list) @endforeach
{!! $member->render() !!}
@endsection @section('script') @endsection