@extends('layouts.auth-master') @section('titulo', 'Login') @section('content')

Bem-vindo à {{env('APP_NAME')}}!

@if ($errors->any())
{{$errors->first()}}
@endif
@csrf

© 2009 - {{ date('Y') }} Soeltech

@stop