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

@endif
@include('auth.partials.social_login') Tengo una cuenta
@include('layouts.partials.scripts_auth') @include('auth.terms') @endsection