@extends('LaravelVueAdmin.layouts.auth') @section('htmlheader_title') Register @endsection @section('content')
@if (count($errors) > 0)
Whoops! There were some problems with your input.

@endif
@include('auth.partials.social_login')
Login
@include('LaravelVueAdmin.layouts.partials.scripts_auth') @endsection