@extends('panel.layout.app') @section('title', __('Clients')) @section('content')
@foreach($clientList as $entry) @endforeach
{{__('Avatar')}} {{__('Alt')}} {{__('Title')}} {{__('Updated At')}} {{__('Actions')}}
Avatar {{$entry->alt}} {{$entry->title}}

{{date("j.n.Y", strtotime($entry->updated_at))}}

{{date("H:i:s", strtotime($entry->updated_at))}}

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