@extends('components.app-layout') @section('title', 'Pending Member Registrations') @section('subtitle', 'Review and approve new member registrations') @section('content')
Review and approve new member applications
{{ session('success') }}
{{ session('error') }}
Share this link with new members to register
{{ route('member.register') }}