@extends('layouts.main') @section('title', 'Data Sources') @section('content')
| Icon | Title | Slug | Status | Created | Actions |
|---|---|---|---|---|---|
|
@if($dataSource->icon_url)
|
{{ $dataSource->title }}
@if($dataSource->files->count() > 0)
Has icon
@endif
|
{{ $dataSource->slug }}
|
{{ $dataSource->status_label }} |
{{ ($dataSource->created_at) ? $dataSource->created_at->format('M d, Y') : '' }} {{ ($dataSource->created_at) ? $dataSource->created_at->diffForHumans() : '' }} |