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