|
|
|
|
@ -105,7 +105,7 @@
|
|
|
|
|
<td class="p-1">{{ $item->order ? $item->order->contact."/".$item->order->mobile : "" }}</td>
|
|
|
|
|
<td class="p-1">{{ $item->building->name }}</td>
|
|
|
|
|
<td class="p-1">{{ $item->area->name }}</td>
|
|
|
|
|
<td class="p-1">{{ ($item->room ? $item->room->name : "")."-".$item->bed->name }}</td>
|
|
|
|
|
<td class="p-1">{{ ($item->room ? $item->room->name : "")."_".$item->bed->name }}</td>
|
|
|
|
|
<td class="p-1">{!! implode("<br>",$item->factor_texts) !!}</td>
|
|
|
|
|
<td class="p-1">{{ $item->total }}</td>
|
|
|
|
|
<td class="p-1">{{ $item->paramedic_total }}</td>
|
|
|
|
|
|