@extends('layout') @section('content')
HR API Data
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf Employee ID:


@csrf Position Number:
@stop