8 lines
132 B
PHP
8 lines
132 B
PHP
|
|
@extends('layouts.admin')
|
||
|
|
|
||
|
|
@section('content')
|
||
|
|
<div id="form-index"
|
||
|
|
data-forms="{{ json_encode($forms) }}">
|
||
|
|
</div>
|
||
|
|
@endsection
|