8 lines
89 B
PHP
8 lines
89 B
PHP
@extends('layout.app')
|
|
@section('scripts')
|
|
@endsection
|
|
|
|
@section('content')
|
|
|
|
@endsection
|