@extends('layouts.main') @section('title') Otoritas Fitur | @endsection @section('css') @endsection @section('breadcrumb')

Otoritas Fitur

@endsection @section('content')
@foreach ($data['fitur'] as $key => $value) @endforeach
No Nama Modul Nama Fitur Non Aktif Akses Penuh Akses Pribadi Akses Lokasi Kerja
{{$key+1}} {{ $value->modul }} {{ $value->nama_fitur }} fid_hak_akses,'16.1') != 0 ) onclick="proses_otoritas_fitur_modul(0,{{ $value->id }})" @else disabled @endif {{ $value->otoritas == 0 ? 'checked' : null }} > fid_hak_akses,'16.1') != 0 ) onclick="proses_otoritas_fitur_modul(1,{{ $value->id }})" @else disabled @endif {{ $value->otoritas == 1 ? 'checked' : null }} > fid_hak_akses,'16.1') != 0 ) onclick="proses_otoritas_fitur_modul(2,{{ $value->id }})" @else disabled @endif {{ $value->otoritas == 2 ? 'checked' : null }} > fid_hak_akses,'16.1') != 0 ) onclick="proses_otoritas_fitur_modul(3,{{ $value->id }})" @else disabled @endif {{ $value->otoritas == 3 ? 'checked' : null }} >
@endsection @section('js') @endsection