@extends('layouts.admin') @section('title') Infografis | @endsection @section('css') @endsection @section('content')

Infografis

Grafik {{ $data['infografis']->judul }}
Tahun {{ $data['infografis']->periode }}
@foreach($data['periode'] as $tahun) @endforeach @foreach ($data['indikator'] as $key => $value) @foreach ($value->realisasi as $key2 => $value2) @endforeach @endforeach
No Nama Indikator Satuan Realisasi
{{ $tahun }}
{{$key+1}} {{$value->nama_indikator}} {{$value->satuan}}{{ $value2['realisasi'] }}
{{ csrf_field() }}
@endsection @section('js') @endsection