Files
opensem/resources/views/Shop/auth/login.blade.php
Ludovic CANDELLIER 3a18679a1c fix on better routes
2022-11-24 17:41:57 +01:00

15 lines
382 B
PHP

@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('Shop.register') }}" class="text-center">{{ __('Inscrivez-vous') }}</a>
</p>
@endsection