@extends('panel.layout.app') @section('title', __('Future of AI Section')) @section('titlebar_actions') {{ __('Add New') }} @endsection @section('content')
{{ __('Title') }} {{ __('Color') }} {{ __('Created At') }} {{ __('Actions') }} @foreach ($items as $entry) {{ $entry->title }} {!! $entry->color !!}

{{ date('j.n.Y', strtotime($entry->created_at)) }} {{ date('H:i:s', strtotime($entry->created_at)) }}

@if ($app_is_demo) @else @endif @endforeach
@endsection @push('script') @endpush