@extends('layout.master') @section('parentPageTitle', 'Hibah') @section('title', 'Pengajuan Hibah Penelitian') @section('content')
Hibah Internal
@csrf @if(Session::has('alert'))
   {{Session::get('alert')}}
@endif
@stop @section('page-styles') @stop @section('page-script') @stop