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

Sasaran Rpjmd

{{--

Pengguna

--}} {{--

DataTables has most features enabled by default, so all you need to do to use it with your own tables is to call the construction function: $().DataTable();.

--}} @if(count($visi) > 0) @foreach ($visi as $v) @foreach ($v->Misi as $M) @foreach ($M->tujuan as $t) @if (count($t->Sasaran) > 0) @foreach ($t->Sasaran as $key => $s) @if($key==0) @else @endif @endforeach @else @endif @endforeach @endforeach @endforeach @else @endif
{{$v->tahun_awal}} - {{$v->tahun_akhir}}
Visi: {{$v->nama}}
Misi: {{$M->nama}}
Tujuan: Sasaran:
{{$t->nama}} {{$s->nama}}
@csrf
{{$t->nama}}
Tidak ada data
@push('scripts') @endpush @push('scripts') @endpush @endsection