@extends('layouts.frontpages') @section('content') @include('partials.header')

Únete para disfrutar
y ganar en la rosca

@if (count($errors->all()))
@foreach ($errors->all() as $error)

{{ $error }}

@endforeach
@endif
@csrf
{{--
--}} {{--
--}}
{{--
--}} {{--
--}}
@include('partials.footer')
@include('partials.carousel-auth', ['banners' => $auth_banners])
@endsection