@extends('card.layout') @section('title', 'Sign in — TAPLY') @section('body')
TAPLY
Card owner sign in

Welcome back.

Sign in to edit the contact details on your TAPLY card.

@csrf @if ($errors->any())
{{ $errors->first() }}
@endif
Forgot password?

New here? Create a TAPLY card

@endsection @push('scripts') @endpush