@extends('layouts.app') @section('title', 'Home') @section('home', 'm-menu__item--active') @push('styles') @endpush @section('content') Report by IPR @if($ipr) Download report in Excel @endif CHOOSE IPR @foreach(get_ipr(['id', 'display_name']) as $row) id, request('ipr_id')) }} value="{{ $row->id }}">{{ $row->display_name }} @endforeach ALL STATUS PROCESSING ON REVIEW APPROVED REJECTED Search @if($ipr) @include('chart.demographic_ipr') @push('scripts') @endpush @else Please choose IPR and search to show chart @endif @endsection @push('styles') @endpush @push('cdn_script') @endpush