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