@section('externalcss') @endsection @if (\Illuminate\Support\Facades\Auth::user()->isAbleTo('sample_collect-read'))
@if (session()->has('success'))
@elseif (session()->has('error'))
@endif
@if (sizeof($sample_data) > 0) @foreach ($sample_data as $key => $tabledata) {{-- --}} @if (\Illuminate\Support\Facades\Auth::user()->isAbleTo('sample_collect-create')) @endif @endforeach @else @endif
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 ($tabledata['collected_by']) Collected @else
{{-- --}} @endif

No Data Available

@if ($button_visibility == true)
@endif {{--
{{ $datatables->links('livewire.pagination-livewire') }}
--}}
{{--Sample Print Modal start--}} {{--End Sample Print--}}
@else

Sorry !!! Unauthorized Access

@endif @section('externaljs') @endsection