@extends('layouts.app') @section('title', 'Admit Patient') @section('content')
@csrf
@if($visit)

{{ $visit->patient->full_name }} {{ $visit->patient->mrn }}

From visit {{ $visit->visit_number }}

@else
@endif
Cancel
@endsection @section('scripts') @endsection