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

Public WiFi

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
{{--
--}} Cancel