@extends('layouts.app') @section('title') {{ __('messages.visit.visit_details') }} @endsection @section('header_toolbar')

@yield('title')

@endsection @section('content')
@include('flash::message') @include('layouts.errors')
@include('patient_visits.show_fields')
@endsection