@extends('layouts.master-auth') @section('title', 'Login') @section('content') @include('layouts/loader')
@csrf
img
OR

Login with your email

@error('email') {{ $message }} @enderror
@error('password') {{ $message }} @enderror
@if (Route::has('password.request')) Forgot Password? @endif
Don't have an Account?
Create Account
@endsection