@extends('layouts.guest') @section('content')

Welcome To SBP !




Sign In

Enter your email and password to sign in

@csrf
@if (Route::has('password.request')) Forgot password? @endif
@if (Route::has('register'))

Don’t have an account? Sign Up

@endif
@endsection