@extends('website.layout') @section('title', 'Criar conta - ' . config('app.name')) @section('banner') @endsection @section('content')
@include('website.partials.alert')
@csrf

Já tem uma conta? Entrar

@endsection