@extends('auth.layout') @section('title') Sign-Up @endsection @section('content') @if (Route::has('login'))
Already have an account? Sign in instead
@endif @endsection