@extends('layouts.pdf') @section('title', $title) @section('servicer_name', $wo->user->name) @section('contact_name', $wo->contact_number) @section('content')

Radni nalog br: {{ $wo->name }}

Korisnik: {{ $client->name }}
Adresa: {{ $client->address }}, {{ $client->postal_code }} {{ $client->city }}
Datum prijave: {{ \Carbon\Carbon::parse($wo->delivery_date)->format('d.m.Y.') }}
|
Uređaj: {{ $product->model_type }}
Ser. br: {{ $product->serial_number }} ESB: {{ $product->format_esb }}
Održava: {{ $wo->maintainer }}
Status: {{ $wo->status_name }}
|
Opis kvara:
{!! nl2br(e($wo->fault_description)) !!}
Datum: {{ \Carbon\Carbon::parse($wo['planned_starting_date'])->format('d.m.Y.') }}
@foreach($wo->items as $key => $item) @endforeach
Rbr Datum Šifra / kat. broj Naziv artikla / usluge Kol JMJ
{{$key + 1}} {{ \Carbon\Carbon::parse($item->date)->format('d.m.Y.') }} {{$item->service_article}} {{$item->service_name}} {{$item->quantity}} {{$item->measuring_unit}}


Napomena servisera:
{!! nl2br(e($wo->note)) !!}
@endsection