@extends('layouts.login') @section('content')
Welcome to TMI connect 3.0
Advanced telemedicine platform

Powered by

branding logo
@if($errors->any()) @foreach ($errors->all() as $error)
{{ $error }}
@endforeach @endif
{{ csrf_field() }}
@endsection