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

sendout {{ __('Sample Send Out') }}

@endsection @section('content')
@can('create_sendoff') {{ __('Create') }} @endcan

# {{ __('Send Out Date') }} {{ __('Location') }} {{ __('Status') }} {{ __('Sample Barcode') }} {{ __('Lab Code') }} {{ __('Test') }} {{ __('Sample Type') }} {{ __('Date of Collection') }} {{ __('Date of Sample Reception') }} {{ __('Last Name') }} {{ __('First Name') }} {{ __('Date of Birth') }} {{ __('Date Created') }} {{ __('Facilitator') }} {{ __('Courier/Waybill Number') }} {{ __('Date Result Received') }} {{ __('Date Result Released') }} {{ __('Action') }}
@endsection @section('scripts') @endsection