@extends('panel.layout.app') @section('title', __('Features')) @section('content')

{{__('Features')}}

@if($app_is_demo) {{__('Add New')}} @else {{__('Add New')}} @endif
@foreach($items as $entry) @endforeach
{{__('Title')}} {{__('Text')}} {{__('Created At')}} {{__('Actions')}}
{{$entry->title}} {!! $entry->description !!}

{{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