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

Primka - {{ $tableModel->id }}

{{ $tableModel->created_at->format('d.m.Y. H:i') }}
{{ $tableModel->user->name }}

@foreach($tableModel->items as $item) @endforeach
ID Mobitel Maskica Količina
{{ $item->id }} {{ $item->cover->device->name }} {{ $item->cover->name }} {{ $item->qty }}
@stop @section('js') @stop