@extends('layouts.app') @section('content')

Add New Member

@include('partials._breadcrumbs')
@csrf @include('partials.memberReg');
@endsection