@extends('layouts.master') @section('content') @include('custom-journals.form', ['action' => route('custom-journals.store', $definition->slug), 'method' => 'POST', 'row' => null]) @endsection