@extends('layouts.public') @section("css") @endsection @section('content') {{__("Log in to Have the Access")}} {{__("Get access to more courses that will help you succeed")}}. {{__("Don’t have an Account?")}} {{__("log In")}} @csrf {{__("Email Address")}} @if ($errors->has('email')) {{ $errors->first('email') }} @endif {{__("Password")}} @if ($errors->has('password')) {{ $errors->first('password') }} @endif {{__("Keep me logged in")}} {{__("Log In")}} @if (Route::has('password.request')) {{__("Forgot Password?")}} @endif @endsection
{{__("Get access to more courses that will help you succeed")}}.
{{ $errors->first('email') }}
{{ $errors->first('password') }}
@if (Route::has('password.request')) {{__("Forgot Password?")}} @endif