BLOOD DETAILS
Pending Requests
{{ count($otherspendingrequests) }}
Requests Enroute
{{count($othersenrouterequests) }}
Request Awaiting Feedback
{{count($othersconfirmedrequests)}}
Today's Confirmed Request
{{count($othersconfirmedrequests)}}
Reference ID # | Blood Type Requested # | Units Requested | Personnel Assigned | Personnel Status | Requested Hospital Status | Hospital Status | Date Delivered | Date Requested | Actions | {{$othersbloodrequests[$i]->referenceid}} | {{$othersbloodrequests[$i]->bloodtype}} | {{$othersbloodrequests[$i]->unitsrequired}} | {{$othersbloodrequests[$i]->personnelsent}} | @if ($othersbloodrequests[$i]->status=="Active") @elseif ($othersbloodrequests[$i]->status=="Pending") @else @endif | @if ($othersbloodrequests[$i]->myhospitalstatus=="Active") @elseif ($othersbloodrequests[$i]->status=="Pending") @else @endif | @if ($othersbloodrequests[$i]->otherhospitalstatus=="Active") @elseif ($othersbloodrequests[$i]->status=="Pending") @else @endif | {{$othersbloodrequests[$i]->date_created}} | {{$othersbloodrequests[$i]->date_created}} | @endfor |
---|