@extends('layouts.app') @section('title') {{__('Urine Metabolic Screening by HVE')}} @endsection @section('breadcrumb')

{{-- --}} {{__('Urine Metabolic Screening by HVE')}}

@endsection @section('content')
@can('create_urine_metabolic_screening') {{ __('Create') }} @endcan
@if(isset($from)) @endif
# {{__('Sample Barcode')}} {{__('Patient Name')}} {{__('Analysis Date')}} {{__('Creatinine Value')}} {{__('Date Created')}} {{__('Action')}}
@endsection @section('scripts') @endsection