@extends('layout.master') @section('parentPageTitle', 'Riwayat Pengajuan') @section('title', 'Buat Riwayat Pengajuan') @section('content')
@csrf @if(Session::has('alert'))
   {{Session::get('alert')}}
@endif
{{--
--}}
NIM Nama Mahasiswa Action
@if($ispengmas == 1)
@endif
@stop @section('page-styles') @stop @section('page-script') @stop