@extends('template.coin.layouts.auth-base') @section('title', __('Login')) @section('content')
@csrf
English

Welcome to {{system_settings('site_name')}}

We are happy to see you here. To continue, please enter your login details.

@if ($errors->has('email'))

{{ $errors->first('email') }}

@endif @if ($errors->has('inactive'))

{{ $errors->first('inactive') }}

@endif @if ($errors->has('disabled'))

{{ $errors->first('disabled') }}

@endif @if(Session::has('reg_msg'))

{{ Session::get('reg_msg') }}

@endif
E-mail
Password
Don't have an account? Create account now
@endsection