@extends('layouts.master') @section('content') Sales and Invoice System @csrf LOG IN Email @error('email') {{ $message }} @enderror Password @error('email') {{ $message }} @enderror Stay Signed in LOG IN Forgot Password ? EMAIL RESET Back to Login {{-- @if (Route::has('password.request'))--}} {{-- --}} {{-- {{ __('Forgot Your Password?') }}--}} {{-- --}} {{-- @endif--}} @endsection
Back to Login