@extends('layouts.app') @section('title', 'Lab Order') @section('content')
Patient: {{ $visit->patient->full_name }}
@csrf
@endsection