@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')
@endsection @section('extra-js') @endsection