{{--@extends('layouts.app')--}} {{--@section('content')--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
{{ __('Login') }}
--}} {{--
--}} {{--
--}} {{-- @csrf--}} {{--
--}} {{-- --}} {{--
--}} {{-- --}} {{-- @error('email')--}} {{-- --}} {{-- {{ $message }}--}} {{-- --}} {{-- @enderror--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{-- --}} {{-- @error('password')--}} {{-- --}} {{-- {{ $message }}--}} {{-- --}} {{-- @enderror--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{-- @if (Route::has('password.request'))--}} {{-- --}} {{-- {{ __('Forgot Your Password?') }}--}} {{-- --}} {{-- @endif--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--@endsection--}} @extends('layouts.auth.app') @section('content') @if(count($errors) > 0 )
@endif
@csrf

Forgot Password ?

@csrf
@endsection @section("scripts") @endsection