@extends('layouts.user.login') @section('title') LOGIN @endsection @section('content')
{{ __('Welcome To GPC LR Portal') }}
@if(session('success')) @endif @if(session('error')) @endif
@csrf @error('company_name') {{ $message }} @enderror @error('email') {{ $message }} @enderror
@error('uuid') {{ $message }} @enderror @error('password') {{ $message }} @enderror

Warning: Confidential Information - Authorized Access Only!!! Information available within the Portal and access given to be used strictly as applicable/permitted to your company (uuid) for REACH purpose only, not to be misused for any other purpose.

Don't have an account? {{ __('SIGN UP') }} or {{ __('HELP') }}

@endsection