@extends('layout.app') @section('content')
Register V2

Register 馃殌

Make your app management easy and fun!

@if(Session::has('message'))
Success! {{ Session::get('message') }}
@endif
@csrf
@if ($errors->has('username')){!!$errors->first('username')!!}@endif
@if ($errors->has('company')){!!$errors->first('company')!!}@endif
@if ($errors->has('password')){!!$errors->first('password')!!}@endif
@if ($errors->has('confirm_password')){!!$errors->first('confirm_password')!!}@endif

Already have an account? Sign in instead

or
@endsection