@extends('layouts.app') @section('title') {{ __('messages.blood_donations') }} @endsection @section('css') @endsection @section('content') @include('flash::message')
@include('layouts.search-component')
@include('blood_donations.table')
@include('blood_donations.add_modal') @include('blood_donations.edit_modal') @include('partials.modal.templates.templates')
@endsection @section('scripts') @endsection