@extends('layouts.auth') @section('htmlheader_title') Register @endsection @section('content')
@if (count($errors) > 0)
Whoops! {{ trans('message.someproblems') }}

@endif
@include('auth.partials.social_login') {{ trans('message.membreship') }}
@include('layouts.partials.scripts_auth') @include('auth.terms') @endsection