@extends('layout.master') @section('parentPageTitle', 'Catatan Harian') @section('title', 'Tambah Catatan Harian') @section('content')
@csrf @if(Session::has('alert'))
   {{Session::get('alert')}}
@endif @if($proposal == null)
Mohon maaf anda belum mengajukan proposal pada hibah ini!
Silahkan ajukan proposal terlebih dahulu...
@else
Berkas Action
@endif
@stop @section('page-styles') @stop @section('page-script') @stop