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

Upiti kupaca

@foreach($tableModel as $item) @endforeach
ID Naziv Adresa Telefon Kontakt osoba OIB Datum
{{ $item->id }} {{ $item->name }} {{ $item->address }}
{{ $item->zip_code }} {{ $item->city }}
{{ $item->phone }} {{ $item->contact_person }} {{ $item->oib }} {{ $item->created_at->format('d.m.Y H:i') }}
@stop @section('js') @stop