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

Sign in to continue to Minible.

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

Don't have an account ? Signup now

© Minible. Crafted with by Themesbrand

@endsection