@extends('adminlte::page') @section('title_postfix', ' - Upiti kupaca') @section('content')
| ID | Broj ponude | Kupac | Adresa | OIB | Iznos | Datum | |
|---|---|---|---|---|---|---|---|
| {{ $item->id }} | {{ $item->number }} | {{ $item->name }} | {{ $item->address }} {{ $item->zip_code }} {{ $item->city }} |
{{ $item->oib }} | {{ $item->sub_total }} | {{ $item->created_at->format('d.m.Y H:i') }} |