@extends('layouts.admin') @section('title', 'Create Member') @section('page-title', 'Add New Member') @section('page-subtitle', 'Register a new church member') @section('content')
@csrf

Personal Information

Family Information

Church Information

@if($churches->count() > 1)
@endif
Cancel
@endsection