@extends('layouts.master') @section('title', __('general.welcome')) @section('content')
background
@if($errors->any() or session()->has('error')) @endif
LibreHealth EHR (v3.0.0)
@if(auth()->check())

We noticed that you are logged in as {{ request()->user()->first_name }}. Please click below to continue your current session.

Continue with EHR @else
{{ @csrf_field() }} LibreHealth Logo
@endif
@include('partials.footer')
@endsection @section('js_scripts') @endsection