@extends('layouts.app') @section('contentSection')

Login


@csrf
Forgot Password?

Register


@csrf


@endsection @section('pageSpecificScripts') @if (Session::has('success')) @endif @if (Session::has('errors')) @endif @if (Session::has('rsuccess')) @endif @if (Session::has('rerrors')) @endif @endsection