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