@extends('layouts.cawangan') @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(['super_admin', 'pengurus_cawangan']) @if(Auth::user()->hasRole('super_admin') || (Auth::user()->hasRole('pengurus_cawangan') && Auth::user()->ipr_id == App\IPR::where('name', 'hijrah')->pluck('id')[0]))

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

{{$data->Cawangan}}

@if(Auth::user()->hasRole('super_admin') || $is_permission_own || $is_permission_all) @endif
 
No. No. Identiti Peserta Nama Peserta No Telefon Tarikh Permohonan
{{-- Modal --}} {{-- End Modal --}} @endif @endrole @endsection @section('js') @role(['super_admin','admin', 'pengurus_cawangan']) @endrole @endsection