@extends('layouts.app')
@section('content')
{{__('Date')}}: {{__('Polish date')}}: {{__('Column leader')}}: {{__('Area')}}: {{__('Number of workers')}}: {{__('Work').' '.__("start")}}: {{__('Work').' '.__("end")}}: {{__('Pause')}}: {{__('Work hours')}}: {{__('City')}}: {{__('Provider')}}: {{__('Street')}}: PAN: {{__("Report confirmed")}} {{__("Maintenance")}} {{__("Distributive knot")}} {{__("Status")}} {{__('Cluster')}}: {{__("Devices")}}
@foreach($mountedDevices as $mont)
{{__("Equipment")}}
@foreach($equipment as $equip)
{{__('Connection ID')}}: {{__('Work order number')}}: {{$comment->comment}}{{$site->name}}    (ID: {{$site->id}})
{{(__('Comments'))}}
{{(__('comment'))}} {{$br+1}}
@endforeach
{{(__('Images'))}}
{{(__('Files'))}}
{{__('Material')}}
@foreach($spentMaterial as $mat)
{{__('Code')}}
{{__('Material')}}
{{__('Quantity')}}
@endforeach
{{$mat->code}}
{{$mat->material}}
{{$mat->quantity}}
{{(__('Works'))}}
@foreach($works as $work)
{{(__('Code'))}}
{{(__('Works'))}}
{{(__('Unit'))}}
{{(__('Quantity'))}}
@if($isSuperAdmin)
{{(__('Price'))}}
{{(__('Total'))}}
@endif
@endforeach
@if($isSuperAdmin)
{{$work->code}}
{{$work->work}}
{{$work->unit_short}}
{{$work->quantity}}
@if($isSuperAdmin)
{{$price}}
{{$work->quantity*$price}}
@endif
@endif
{{__("Total")}}:
{{$total}}
{{$edit->user_ime.' '.$edit->user_prezime.' ('.date('d.m.Y. H:i:s', strtotime($edit->edit_time)).')'}}
@endforeach{{$log->name.' '.$log->surname.' ('.date('d.m.Y. H:i:s', strtotime($log->created_at)).')'}}
@endforeach