@extends('layout.layout') @section('content')

Login/ Register

@if(session('success')) @endif @if(session('error')) @endif

Login

@csrf

Register

@csrf
@endsection