@extends('layouts.auth') @section('title', "TTN Admin") @section('content')
phoenix

Sign In

Get access to your account


or use email
@csrf @method("POST")
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
Create an account
@endsection