reorganize

This commit is contained in:
Ludovic CANDELLIER
2022-11-11 13:24:24 +01:00
parent 7df2421373
commit caee665758
21 changed files with 25 additions and 30 deletions

View File

@@ -0,0 +1,8 @@
@extends('Shop.layout.layout', [
'title' => __('home.title'),
'bodyClass' => 'hold-transition login-page'
])
@section('content')
@include('Shop.auth.partials.register')
@endsection