@extends ('layouts.app-login') @section ('content')

Bem vindo ao Atelie Mais

@if(session('message'))

{{ session('message') }}

Voltar para login

@endif @if(! session('success') )
{{ csrf_field() }} @if ($errors->has('name')) {{ $errors->first('name') }} @endif @if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('phone')) {{ $errors->first('phone') }} @endif
@if ($errors->has('cellphone')) {{ $errors->first('cellphone') }} @endif

@if ($errors->has('password')) {{ $errors->first('password') }} @endif

Já possui conta? Clique aqui para fazer login.

@endif
@endsection