@extends('layouts.backend.applogin') @section("content")

MONASSURANCE.CI

@if(Session::has('warning'))

{{Session::get('warning')}}

@endif @if(Session::has('error'))

{{Session::get('error')}}

@endif

Locked

@if(Session::has('_email'))
{{csrf_field()}}

{{Session::get('_firstname')}} {{Session::get('_lastname')}}

@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@else

Une erreur s'est produite!!

@endif
@endcontent