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

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

@if(Auth::user()->hasRole('dun') || $is_permission_own || $is_permission_all) @endif @if(Auth::user()->hasRole('dun') || $is_permission_export) @endif
 
Id Permohonan Pemohon No. Identiti Perayaan Tarikh Permohonan Tarikh Terima Baucar Status
{{-- Modal --}} {{-- End Modal --}} {{-- Delete Modal --}} {{-- End Modal --}} @endrole @endsection @section('js') @role(['dun']) @endrole @endsection