@extends('layouts.auth', [ 'activePage' => 'login' ]) @vite(["resources/css/bmv.css"]) @section('content')
@if(!$is_registered)
{{-- --}}
WELCOME TO
GET YOUR WIFI HERE
@if(isset($_GET['ap'])) @endif @if(isset($_GET['id'])) @endif @if(isset($_GET['url'])) @endif
@if($privacy_policy != '') @else @endif
{{-- --}}
@else
WELCOME TO
AGUARDE ENQUANTO O AUTENTICAMOS NA REDE!
@endif
@endsection @push('js') @endpush