@extends('layouts.master')
@section('title')
Detalji Računa
@endsection
@section('css')
@endsection
@section('content')
| Naziv Usluge | Broj Sati | Cijena po satu | Ukupno |
|---|---|---|---|
| {{ $item->service->service_name }} | {{ $item->quantity }} | €{{ $item->service->selling_price }} | €{{ $item->total }} |