7 lines
96 B
PHP
7 lines
96 B
PHP
@extends('layouts.app')
|
|
|
|
@section('content')
|
|
|
|
<livewire:url-submission-form />
|
|
|
|
@endsection
|