@extends('layouts.app')
@section('content')
Item Masters API Test
This page tests the item-masters API endpoint to diagnose why it's not loading data.
Click the button to test the API...
Debug Information
- Current User: {{ Auth::user() ? Auth::user()->name . ' (ID: ' . Auth::user()->id . ')' : 'Not logged in' }}
- Current URL: {{ url()->current() }}
- Route Name: {{ Route::currentRouteName() }}
- Middleware: {{ json_encode(Route::current()->middleware()) }}
Test Links
@endsection