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

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

@endsection @section('content')
@csrf @include('admin.urine_metabolic_screening._form')
@endsection @section('scripts') @endsection