@extends('layouts.app') @section('title', 'Sign Up Here! — JOBES') @section('content')

Sign Up Here!

@if($errors->any())
    @foreach($errors->all() as $e)
  • {{ $e }}
  • @endforeach
@endif
@csrf

Already have an account? Sign In

@endsection @section('scripts') @endsection @section('styles') @endsection