@section('externalcss') @endsection @if (\Illuminate\Support\Facades\Auth::user()->isAbleTo('sample_collect-read'))
Collected DateTime | Diagnosis Name | Specimen | Particular | Collected By | Sample No | Print Barcode | Action | |
---|---|---|---|---|---|---|---|---|
{{ Carbon\Carbon::parse($tabledata['collected_dt_time'])->format('Y:m:d h:i A') }} | {{--{{$tabledata['collected_datetime']}} | --}}{{ $tabledata['diagnosis_name'] }} | {{ $tabledata['specimen'] }} | {{ $tabledata['particular'] }} | {{ $tabledata['collected_person'] }} | {{ $tabledata['barcode'] }} | @if ($tabledata['collected_by']) @endif | @if (\Illuminate\Support\Facades\Auth::user()->isAbleTo('sample_collect-create'))
@if ($tabledata['collected_by'])
Collected
@else
|
@endif
No Data Available |