@extends('layouts.adminapp') @section('content') {{-- Create New Donation --}}
@csrf

{{__('lng.RegisterMember')}}

@error('date')
{{ $message }}
@enderror
{{-- <=================== Start MEMBER DIV==========================> --}}
{{-- <=================== End MEMBER DIV==========================> --}}
@endsection