@extends('layouts.app')
@section('content')
@foreach($data as $monter=>$num)
{{$device}} {{$device}}{{$monter}} (za period {{$od.' - '.$do.')'}} @if($num['pomocnik']){{' - pomoćnik '.$num['pomocnik']}}@endif
@if($num['lnb'] > 0)
lnb
@endif
@if($num['stb'] > 0)
stb
@endif
@if($num['vdsl'] > 0)
vdsl
@endif
@if($num['ont'] > 0)
ont
@endif
@if($num['supernova'] > 0)
supernova
@endif
@if($num['bakar'] > 0)
{{__('Copper')}}
@endif
@if($num['reklamacije'] > 0)
{{__('Interventions')}}
@endif
@if($num['lnb_bodovi'] > 0)
{{__('points')}} lnb
@endif
@if($num['stb_bodovi'] > 0)
{{__('points')}} stb
@endif
@if($num['vdsl_bodovi'] > 0)
{{__('points')}} vdsl
@endif
@if($num['ont_bodovi'] > 0)
{{__('points')}} ont
@endif
@if($num['supernova_bodovi'] > 0)
supernova {{__('points')}}
@endif
@if($num['bakar_bodovi'] > 0)
{{__('copper')}} {{__('points')}}
@endif
@if($num['reklamirano_bodovi'] > 0)
{{__('Points')}} {{__('Interventions')}}
@endif
{{__('Total')}} {{__('points')}}
{{__('Terrain')}}
{{__('Fitter')}}
{{__('Helper')}}
{{__('Amount')}}
@if($num['lnb'] > 0)
{{$num['lnb']}}
@endif
@if($num['stb'] > 0)
{{$num['stb']}}
@endif
@if($num['vdsl'] > 0)
{{$num['vdsl']}}
@endif
@if($num['ont'] > 0)
{{$num['ont']}}
@endif
@if($num['supernova'] > 0)
{{$num['supernova']}}
@endif
@if($num['bakar'] > 0)
{{$num['bakar']}}
@endif
@if($num['reklamacije'] > 0)
{{$num['reklamacije']}}
@endif
@if($num['lnb_bodovi'] > 0)
{{$num['lnb_bodovi']}}
@endif
@if($num['stb_bodovi'] > 0)
{{$num['stb_bodovi']}}
@endif
@if($num['vdsl_bodovi'] > 0)
{{$num['vdsl_bodovi']}}
@endif
@if($num['ont_bodovi'] > 0)
{{$num['ont_bodovi']}}
@endif
@if($num['supernova_bodovi'] > 0)
{{$num['supernova_bodovi']}}
@endif
@if($num['bakar_bodovi'] > 0)
{{$num['bakar_bodovi']}}
@endif
@if($num['reklamirano_bodovi'] > 0)
{{$num['reklamirano_bodovi']}}
@endif
{{$num['montirano_bodovi']}}
{{number_format($num['terrain_ammount'], 2, ',', '.').' din'}}
{{number_format($num['monter_iznos'], 2, ',', '.').' din'}}
{{number_format($num['pomocnik_iznos'], 2, ',', '.').' din'}}
{{number_format($num['monter_iznos'] + $num['pomocnik_iznos'], 2, ',', '.').' din'}}
{{$seller}} ({{__('period')}} {{$od.' - '.$do.')'}}
{{__('role')}}
{{__('points')}}
3
{{$dat['rola']}}
{{$dat['bodovi']}}
{{$dat['iznos'].' din'}}
{{$seller}} ({{__('period')}} {{$od.' - '.$do.')'}}
{{__('role')}}
{{__('amount')}}
{{$dat['rola']}}
{{$dat['iznos'].' din'}}