@extends('layouts.app') @section('content')
| AGENTIE | ULTIMUL INDEX | CONSUM | PERIOADA | OPERATOR | @foreach($service_pane->utilities as $index)
|---|---|---|---|---|
| {{$index->branch->branch}} {{$index->branch->name}} | {{$index->index}} | {{$index->consum}} | {{\Carbon\Carbon::parse($index->created_at)->format('d-m-Y')}} | {{$index->user->username}} |