@extends('adminlte::page') @section('title_postfix', ' - Primke') @section('content')

Primke

@foreach($tableModel as $item) @endforeach
ID Datum Korisnik
{{ $item->id }} {{ $item->created_at->format('d.m.Y. H:i') }} {{ $item->user->name }}
@stop @section('js') @stop