@extends('partials/master') @section('content')

Welcome to Networked

Register your account
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @if(session('success'))
{{ session('success') }}
@endif
Already have an account? Login
@endsection