@extends('layouts.app') @section('title', 'Controle-compte') @section('content')

Indiquer votre mot de passe


@if (session('status'))
{{ session('status') }}
@endif @if (session('warning'))
{{ session('warning') }}
@endif
{{ csrf_field() }}
@endsection