{{__('test_sample.table_title')}}
| {{__('test_sample.table_no')}} | {{__('test_sample.table_action')}} | {{__('test_sample.code')}} | {{__('test_sample.table_name')}} | {{__('test_sample.table_sample_type')}} | {{__('test_sample.table_sign')}} | {{--{{__('test_sample.table_group_result')}} | --}}{{__('test_sample.table_field_type')}} | {{__('test_sample.table_price')}} ($) | {{__('test_sample.table_sort')}} |
|---|---|---|---|---|---|---|---|---|---|
| {{($k+1) + (($_GET['page'] ?? 1) * 20) - 20}} |
@if(\App\Http\Controllers\Helper\GlobalController::user_can(Auth::user()->role_id, ['update_test_sample']))
@endif
@if($testSample->record_status_id==0)
@else
@if(\App\Http\Controllers\Helper\GlobalController::user_can(Auth::user()->role_id, ['delete_test_sample']))
@endif
@endif
|
{{$testSample->code}} | {{$testSample->test_name}} | {{$testSample->sample_type_name . ' : ' . $testSample->department_name}} | {{$testSample->unit_sign}} | {{--{{$testSample->group_result}} | --}}$ {{$testSample->usd_price}} |
{{$testSample->weight}}
|
{!! $testSamples->appends($_GET)->links('pagination.custom') !!}