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

Ubah Data Jurnal

@csrf @method('PUT') @include('jurnal.form')

@endsection