@extends('layouts.app') @section('title', 'Login') @section('content')
Welcome Back !

Sign in to continue

@csrf
@error('email') {{ str_replace('email', 'email / username' , $message) }} @enderror
@error('password') {{ $message }} @enderror
Show Password
@if (Route::has('password.request')) {{ __('Forgot Your Password?') }} @endif
{{-- --}}

ALL CONTENT COPYRIGHT © {{ date('Y') }} {{env('APP_NAME')}}

@endsection