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,14 @@
@extends('Shop.auth.layout', [
'title' => __('boilerplate::auth.login.title'),
'bodyClass' => 'hold-transition login-page'
])
@section('content')
@include('Shop.auth.partials.login')
<p class="mt-3">
Vous n'avez pas encore de compte ?
<a href="{{ route('register') }}" class="text-center">{{ __('Inscrivez-vous') }}</a>
</p>
@endsection