@extends('front_end.layouts.home') @php $showRightSidebar = false; @endphp @section('title', 'Blood Drives') @section('left_sidebar') @include('front_end.pages.bloodbank.bloodbank_left_sidebar') @endsection @section('content')

Blood Drives

Find and register for upcoming blood donation events

Search & Filter
@if(Auth::check() && Auth::user()->latitude && Auth::user()->longitude)
@endif
Loading...

Loading blood drives...

@auth
Your Registrations
Loading...
Loading your registrations...
@endauth
@endsection @section('extra-js') @endsection