@extends('template.novitrades.layouts.auth-base') @section('title', __('Login')) @section('css') @endsection @section('bcrumbs', __('Login')) @section('content')

Login to the site here

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

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

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

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

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

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

@endif
We'll never share your email with anyone else.
@endsection