@extends('panel.layout.app') @section('title', __('Future of AI Section')) @section('content')

{{__('Who Can Use Section')}}

@if($app_is_demo) {{__('Add New')}} @else {{__('Add New')}} @endif
@foreach($items as $entry) @endforeach
{{__('Title')}} {{__('Color')}} {{__('Created At')}} {{__('Actions')}}
{{$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
@endsection @section('script') @endsection