@extends('layouts.admin.login') @section('content')
Welcome To GPC LR Admin Portal

{{ csrf_field() }}
@if ($errors->has('otp')) {{ $errors->first('otp') }} @endif
@endsection