@extends('layouts.app') @section('title', 'Senarai ' . strtoupper(App\IPR::where('name', $ipr->name)->pluck('name')[0])) @section('permohonan', 'm-menu__item--active') @section(App\Cluster::where('id', $ipr->cluster_id)->pluck('name')[0], 'm-menu__item--active') @section(App\IPR::where('name', $ipr->name)->pluck('name')[0], 'm-menu__item--active') @section('css') @endsection @section('content') @role(['super_admin', 'principal_admin', 'admin']) @if (Auth::user()->hasRole('super_admin') || Auth::user()->hasRole('principal_admin') || (Auth::user()->hasRole('admin') && Auth::user()->ipr_id == App\IPR::where('name', 'blueprint')->pluck('id')[0]))

Senarai {{ App\IPR::where('name', 'blueprint')->pluck('display_name')[0] }}

@if (Auth::user()->hasRole('super_admin') || Auth::user()->hasRole('principal_admin') || $is_permission_export) @endif
 
Id Permohonan Tarikh Permohonan Nama Pemohon No. Identiti DUN Daerah Status DUN Status Daerah Status Status Rekod Tarikh Kematian
{{-- Modal --}} {{-- End Modal --}} @endif @endrole @endsection @section('js') @role(['super_admin', 'principal_admin', 'admin']) @endrole @endsection