@extends('layouts/fullLayoutMaster') @section('title', 'Login Page') @section('page-style') {{-- Page Css files --}} @endsection @section('content')

Welcome to Vuexy! 👋

Please confirm your password before continuing.

@if (Route::has('password.request')) {{ __('Forgot Your Password?') }} @endif

@endsection