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

Sign in to continue to Skote.

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

Don't have an account ? Signup now

© Skote. Crafted with by Themesbrand

@endsection