Files
exchange-2.0/resources/views/pages/accounts/registration.blade.php
T
omair saleh 58c34df482 login module
2020-11-02 11:16:08 +08:00

4 lines
184 B
PHP

@extends('layouts.base_login')
@section('inner_content')
<registration-form-component ref="registration" :section="'RegistrationSection'"></registration-form-component>
@endSection