@extends('layouts.master-without-nav') @section('content')

Welcome Back !

Sign in to continue ...

@csrf
@error('email') {{ $message }} @enderror
@error('password') {{ $message }} @enderror
@if (Route::has('password.request')) {{ __('Forgot Your Password?') }} @endif

Don't have an account ? Signup Now

© {{date('Y')}} Gold Invest by Graphics Merlin Studio Pvt. Ltd.

@endsection