@extends('layouts.app') @section('title', 'Sign in | National Gender Based Violence Database') @section('content')

Sign in

Use your authorized NGBVD account credentials.

@csrf
@error('email') {{ $message }} @enderror
@error('password') {{ $message }} @enderror
Forgot password?
@endsection