@extends('layouts.login') @section('content') Welcome to TMI connect 3.0 Advanced telemedicine platform Powered by @if($errors->any()) @foreach ($errors->all() as $error) {{ $error }} @endforeach @endif Login {{ csrf_field() }} @endsection