@extends('layouts.master-without-nav') @section('title') Login @endsection @section('body') @endsection @section('content')
Welcome Back !

Sign in to continue to Veltrix.

@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

© Veltrix. Crafted with by Themesbrand

@endsection