@extends('backend.layouts.layout') @section('content')
Welcome Back !

Sign in to continue to {{env('APP_NAME')}}

@csrf
@error('email'){{ $message }}@enderror
@if (Route::has('password.request')) Forgot password? @endif
@error('password'){{ $message }}@enderror
@endsection @section('script') @endsection