5 lines
89 B
PHP
5 lines
89 B
PHP
@extends('layouts.app')
|
|
|
|
@section('content')
|
|
@include('registration')
|
|
@endsection |