@extends('layouts.app') @section('title') {{ __('Sample types') }} @endsection @section('css') @endsection @section('breadcrumb')

{{ __('Sample types') }}

@endsection @section('content')
@can('create_sample_type') {{ __('Create') }} @endcan
{{--
--}}
# {{ __('Sample type Name') }} {{ __('Acceptance Criteria') }} {{ __('Status') }} {{ __('Action') }}
@endsection @section('scripts') @endsection