@extends('layouts.app') @section('title', 'API Source Data') @section('breadcrumb')
{{ $apiSource->table_name }}
{{ $apiSource->table_name }}
to display the imported data.
The data shown below is sample data to demonstrate the interface.
# | ID | Name | Status | Created At | Actions | |
---|---|---|---|---|---|---|
1 | 101 | John Doe | john@example.com | Active | 2024-01-15 10:30:00 | |
2 | 102 | Jane Smith | jane@example.com | Pending | 2024-01-15 11:45:00 | |
3 | 103 | Bob Johnson | bob@example.com | Inactive | 2024-01-15 14:20:00 |
To implement real data display, you would:
{{ $apiSource->table_name }}
table