@extends('layouts.app') @section('content')

Utilitati

@foreach($services as $service_pane)
@foreach($service_pane->utilities as $index) @endforeach
AGENTIE ULTIMUL INDEX CONSUM PERIOADA OPERATOR
{{$index->branch->branch}} {{$index->branch->name}} {{$index->index}} {{$index->consum}} {{\Carbon\Carbon::parse($index->created_at)->format('d-m-Y')}} {{$index->user->username}}
@endforeach
@endsection