@extends('layouts.app') @section('title') CE Worklist @endsection @section('css') @endsection @section('breadcrumb')

{{__('Capillary Electrophoresis Worklist')}}

@endsection @section('content')

{{ __('Edit CE Worklist') }}

{{ __('CE Worklist') }}
@for($i = 1; $i <= 7; $i++) @endfor @if(isset($worklist)) @foreach($first_two as $rack) @endforeach @foreach($racks as $rack) @endforeach @endif
Rack #CAPILLARY {{$i}}CAPILLARY 8
{{$rack->rack_no}} approved_by != null && $worklist->approved_by_qc != null) disabled @endif> approved_by != null && $worklist->approved_by_qc != null) disabled @endif> approved_by != null && $worklist->approved_by_qc != null) disabled @endif> approved_by != null && $worklist->approved_by_qc != null) disabled @endif> approved_by != null && $worklist->approved_by_qc != null) disabled @endif> approved_by != null && $worklist->approved_by_qc != null) disabled @endif> approved_by != null && $worklist->approved_by_qc != null) disabled @endif> approved_by != null && $worklist->approved_by_qc != null) disabled @endif>
{{$rack->rack_no}} @if($rack->caps->cap_1 != null) {{$rack->caps->cap_1_sample->collection_date}} @else aaaa @endif @if($rack->caps->cap_2 != null) {{$rack->caps->cap_2_sample->collection_date}} @else aaaa @endif @if($rack->caps->cap_3 != null) {{$rack->caps->cap_3_sample->collection_date}} @else aaaa @endif @if($rack->caps->cap_4 != null) {{$rack->caps->cap_4_sample->collection_date}} @else aaaa @endif @if($rack->caps->cap_5 != null) {{$rack->caps->cap_5_sample->collection_date}} @else aaaa @endif @if($rack->caps->cap_6 != null) {{$rack->caps->cap_6_sample->collection_date}} @else aaaa @endif @if($rack->caps->cap_7 != null) {{$rack->caps->cap_7_sample->collection_date}} @else aaaa @endif approved_by != null && $worklist->approved_by_qc != null) disabled @endif>
@endsection @section('scripts') @endsection