reorganize

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

View File

@@ -0,0 +1,13 @@
@extends('Shop.auth.layout', ['title' => __('boilerplate::auth.password.title'), 'bodyClass' => 'hold-transition login-page'])
@section('content')
<p class="login-box-msg">{{ __('boilerplate::auth.password.intro') }}</p>
@if (session('status'))
<div class="alert alert-success">
{{ session('status') }}
</div>
@endif
@include('Shop.auth.partials.lost_password')
@endsection