@extends('layouts.main', ['title' => 'Tambah Data Jurnal']) @section('content')

Tambah Data Jurnal

@csrf @include('jurnal.form')

@endsection