@extends('layouts.app') @section('content')
ringim Logo

Login to your account

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @if (session('status'))

{{ session('status') }}

@endif
@csrf
@if (Route::has('password.request')) Forgot your Password? @endif
ringim Logo
@include('includes.jslinks_common') @endsection