@extends('layouts.app') @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(['daerah'])

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

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