@extends('layouts.app') @section('head') @endsection @section('content')

Tethys Login Form

Login is only required for access to data under embargo or for submitting new datasets.

@if (count($errors) > 0)
Whoops! There were some problems with your input.

    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@endsection