@extends('panel.layout.app', ['disable_tblr' => true]) @section('title', __('Tools Section')) @section('titlebar_actions') {{ __('Add New') }} @endsection @section('content')
{{ __('Image') }} {{ __('Title') }} {{ __('Description') }} {{ __('Created At') }} {{ __('Actions') }} @foreach ($items as $entry) {{ $entry->title }} {{ $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 @endforeach
@endsection @push('script') @endpush