@extends('website.layout.master') @section('title') Register Account @endsection @section('content')
Welcome!

Sign up to continue

Sign up and get access to all the features of {{ $system->name }}.

@csrf @if($errors->any()) @foreach($errors->all() as $error) @endforeach @endif

Already have an account ? Sign in

@endsection