@extends('panel.layout.app', ['disable_tblr' => true]) @section('title', __('Clients')) @section('titlebar_actions') {{ __('Create New Client') }} @endsection @section('content')
{{ __('Avatar') }} {{ __('Alt') }} {{ __('Title') }} {{ __('Updated At') }} {{ __('Actions') }} @foreach ($clientList as $entry) alt }} /> {{ $entry->alt }} {{ $entry->title }}

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

@if ($app_is_demo) @else @endif @endforeach
@endsection