@extends('layouts.admin') @section('content')
Template Pertanyaan
@php $noSimpulan = 1; @endphp @foreach ($simpulans as $s) @php $noPertanyaan = 1; @endphp @foreach ($s->pertanyaans as $p) @endforeach @endforeach
{{ $noSimpulan++ }} {{ $s->simpulan }}
{{ $noSimpulan - 1 . '.' . $noPertanyaan++ }} {{ $p->pertanyaan }}
@endsection @push('scripts') @endpush