@extends('layouts.app') @section('title', 'Join as Member - Lumbini Province Taekwondo Association') @section('content') REGISTRATION Membership Registration @if($errors->any()) @foreach($errors->all() as $error) {{ $error }} @endforeach @endif @csrf Personal Details First Name Last Name Email Address Contact Phone Gender Select Gender Male Female Other Date of Birth Address Association Affiliations District Select District @foreach($districts as $d) id ? 'selected' : '' }}>{{ $d->name }} @endforeach Affiliated Dojang / Club Select Dojo / Club (Optional) @foreach($clubs as $c) id ? 'selected' : '' }}>{{ $c->name }} ({{ $c->district->name ?? '' }}) @endforeach Profile Photo Portal Access Security Password Confirm Password Submit Membership Application Already have an account? Login Here @endsection