Date Uploaded | Lab | Phone | @if ($shouldShowExtraLabInfoColumns)City | State | @endifFiles | Case and Job Info | Has Cancellation? | Download Status | Shipping Status | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ $batch->formattedCreatedAt() }} | {{ $batch->userDlpObject->labName }} | {{ $batch->userDlpObject->labPhone }} | @if ($shouldShowExtraLabInfoColumns){{ $batch->userDlpObject->labCity }} | {{ $batch->userDlpObject->labState }} | @endif@if (count($batch->files) == 1) {{ $batch->files[0]->filename_original }} @else {{ count($batch->files) }} files @endif | @if ($batch->hasCaseAndJobInfo) Yes @else None @endif | @if ($batch->hasCancellation) Yes @else No @endif | {{-- If every file in the batch has been downloaded --}} @if ($batch->total_download_status == "all") Fully Downloaded {{-- If none of the files in the batch have been downloaded --}} @elseif ($batch->total_download_status == "none") Not Downloaded {{-- If some of the files have been downloaded --}} @elseif ($batch->total_download_status == "some") Partially Downloaded @endif | {{-- If every file in the batch has been shipped --}} @if ($batch->total_shipped_status == "all") Shipped {{-- If none of the files in the batch have been shipped --}} @elseif ($batch->total_shipped_status == "none") Not Yet Shipped {{-- If some of the files have been shipped --}} @elseif ($batch->total_shipped_status == "some") Partially Shipped @endif | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{!! Form::open(array('route' => 'file_download_checked', 'name' => 'form-batch-files', 'id' => 'form-batch-files-' . $batch->id, 'data-batch-id' => $batch->id)) !!}
Files@if ($batch->hasCaseAndJobInfo) Click Here for Case and Job Info @else Case and Job Info: None @endif
|