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

Sign in to continue to WebDev.

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

Don't have an account ? Signup now

© TechArrow . Crafted with by edeal.ng

@endsection @section('script') @endsection