@extends('dashboard.authBase') @section('content')

LOGIN TO ACCESS OUR STANDARDS PORTAL



@if (Route::has('password.request'))

Dont have an account? {{ __('Register') }}

@endif

Login

@csrf
@endsection @section('javascript') @endsection