@extends('layouts.app') @section('title') Project Samples @endsection @section('breadcrumb')

{{__('Project Samples')}}

@endsection @section('content')
@can('create_project_samples') {{__('Create')}} @endcan
@if(isset($status)) @endif
@if(isset($filter_sample_for_disposal_date)) @endif @if(isset($filter_sample_due_for_disposal_date)) @endif
@csrf
{{__('Import')}}
# Research Code Project Sample Barcode Sample Label Sample Type Test Name Status Sample Reference Date Created {{ __('Action') }}
@include('admin.project_samples.modals.printing_barcode') @endsection @section('scripts') @endsection