@extends('layouts.app') @section('title', 'Reporter Login — Mzaar Ski Resort') @section('description', 'Login to report slope conditions at Mzaar.') @section('content')
Staff & Patrol

Reporter login

Sign in to report slope conditions.

@if(session('error'))
{{ session('error') }}
@endif
@csrf

View public slopes board

@endsection