@extends('layouts.app') @section('content')
Register
@if (session('confirmation-success'))
{{ session('confirmation-success') }}
@endif

Register Now!

It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal

Sign in into your account

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

Already a member login now

@endsection @section('scripts') @endsection