@extends('layouts.app') @section('keywords', '') @section('description', '') @section('css') @endsection @section('content') {{-- --}} Back @csrf Member Login @if(Session::has('error')) {{ Session::get('error')}} @endif Forgot Username? @error('username') {{ $message }} @enderror @if (Route::has('password.request')) {{ __('Forgot Your Password?') }} @endif @error('password') {{ $message }} @enderror Remember Me Login @endsection @section('js') @endsection