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

Sign in to continue to Veltrix.

@csrf
@error('email') {{ $message }} @enderror
@error('password') {{ $message }} @enderror

Don't have an account ? Signup now

© Veltrix. Crafted with by Themesbrand

@endsection