@extends('layouts.master') @section('pagetitle') CONNECTEZ-VOUS - RBORNE @endsection @section('topband') @include('partials.topband_disc') @endsection @section('sidebar') @include('partials.sidebar_disc') @endsection @section('content')

CONNECTEZ-VOUS

{{ csrf_field() }}
@if(count($errors->all())) @foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach @endif @if(Session::has('info_chpwd'))
  • {{ Session::get('info_chpwd') }}
  • @endif

    @include('partials.footer')
    @endsection