- Added standard Laravel directory structure and configuration. - Included Svelte and Tailwind configuration for the admin interface. - Added core PHPUnit and testing scripts.
9 lines
194 B
PHP
9 lines
194 B
PHP
@extends('layouts.admin')
|
|
|
|
@section('content')
|
|
<div id="form-submission-show"
|
|
data-form="{{ json_encode($form) }}"
|
|
data-submission="{{ json_encode($submission) }}">
|
|
</div>
|
|
@endsection
|