@extends('user.user_dashboard') @section('home')
@csrf

Beneficiary Email

Enter Beneficiary's E-Library Registered Email Address

@if (session('success'))
{{ session('success') }}
@endif @if (session('error'))
{{ session('error') }}
@endif
@error('email') {{ $message }} @enderror
@endsection