@extends('layouts.dun') @section('title', 'Permohonan '.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(['dun'])

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

@if(Auth::user()->hasRole('dun') || Auth::user()->hasRole('principal_admin') || $is_permission_export) @endif
 
Id Tarikh Permohonan Nama Pemohon Jumlah Dipohon Status Status DUN Catatan Admin
{{-- Modal --}} {{-- End Modal --}} @endrole @endsection @section('js') @role(['dun']) @endrole @endsection