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

{{ __('Containers') }}

@endsection @section('content')
@can('create_container') {{ __('Create') }} @endcan
@if(isset($from)) @endif
# {{ __('Sample type') }} {{ __('Container type') }} {{ __('Descriptions') }} {{ __('Action') }}
@endsection @section('scripts') @endsection