@extends('layouts.app') @section('title', 'Home') @section('home', 'm-menu__item--active') @push('styles') @endpush @section('content') {{ $ipr->display_name }} Semua Lokasi @foreach($locations as $location) {{ $location['description'] }} @endforeach year {{ $last= 2017 }} {{ $now = date('Y') }} @for ($i = $now; $i >= $last; $i--) @if($i == $now) {{ $i }} @else {{ $i }} @endif @endfor Jumlah Permohonan Permohonan Diluluskan Permohonan Ditolak @endsection @push('scripts') @endpush