@extends('theme::layouts.app') @section('content')
{{--

Sign in Below

or, you can signup here

--}}
@csrf
@if ($errors->has('password'))
{{ $errors->first('password') }}
@endif
{{-- --}}
@endsection