@foreach ($storage_location as $data) @if ($data->type == 'sample') @else @endif @endforeach
Equipment Name Location Storage No. Position Label Description Patient Name Patient Code Age at the Time of Collection Sample Disposal Schedule Storage Status
{{ $data->equipment }} {{ $data->location }} {{ $data->storage_number }} {{ $data->position }} {{ $data->label }} {{ $data->description }}{{ $data->full_name }} {{ $data->patient_code }} {{ $data->age_collection }} {{ $data->schedule_disposal ? \Carbon\Carbon::parse($data->schedule_disposal)->format('F d, Y') : '' }} {{ $data->status }}