@extends('layouts.app') @section('title', 'API Sources') @section('breadcrumb')
Name | URL | Method | Table | Schedule | Status | Last Fetched | Actions |
---|---|---|---|---|---|---|---|
{{ $source->name }}
@if($source->description)
{{ Str::limit($source->description, 50) }}
@endif
|
{{ Str::limit($source->url, 40) }} | {{ $source->method }} |
{{ $source->table_name }}
|
{{ ucfirst($source->schedule_type) }}
@if($source->schedule_frequency)
Every {{ $source->schedule_frequency }}{{ $source->schedule_type == 'hourly' ? 'h' : 'd' }} @endif |
{{ ucfirst($source->status) }} | @if($source->last_fetched_at) {{ $source->last_fetched_at->diffForHumans() }} @else Never @endif |