@extends('user.template') @section('title', $title) @section('head') @endsection @section('content')

RPJMD

{{$title}}
@if (Auth::user()->entitas_id == 1) @endif
@foreach ($datas as $data)

Periode {{$data->periode}}

{{$data->entitas}}

{{$data->sasaran_iku}}

Update {{tanggal_waktu($data->updated_at)}}

@endforeach
@endsection @section('script') @endsection