@extends('layouts.app') @section('title') {{__('Specimen')}} @endsection @section('breadcrumb')

{{__('Specimen')}}

@endsection @section('content')
@can('create_test') {{__('Create')}} @endcan
# {{__('Barcode')}} {{__('Laboratories')}} {{__('Tests')}} {{__('Location')}} {{__('Storage Location')}} {{__('Sampling Datetime')}} {{__('Specimen Status')}}
@endsection @section('scripts') @endsection