7 lines
74 B
PHP
7 lines
74 B
PHP
@extends('layouts.app')
|
|
|
|
@section('content')
|
|
<App></App>
|
|
@endsection
|
|
|