@extends('layout.master') @section('parentPageTitle', 'Riwayat Pengajuan') @section('title', 'Ubah Riwayat Pengajuan') @section('content')
@csrf @if(Session::has('alert'))
   {{Session::get('alert')}}
@endif
jenis_program == 'Ristekdikti' ? 'checked' : ''}} value="Ristekdikti" name="jenis_program" class="custom-control-input jenis_program">
jenis_program == 'Non-Ristekdikti' ? 'checked' : ''}} value="Non-Ristekdikti" name="jenis_program" class="custom-control-input jenis_program">
{{--
jenis_program == 'Internal' ? 'checked' : ''}} value="Internal" name="jenis_program" class="custom-control-input jenis_program">
--}}
@if(count($mhs) == 0) @else @foreach($mhs as $key=>$value) @endforeach @endif
NIM Nama Mahasiswa Action
@if($key > 0) @else @endif
@if($ispengmas == 1)
@endif
@stop @section('page-styles') @stop @section('page-script') @stop