6 lines
119 B
PHP
6 lines
119 B
PHP
@extends('layouts.app')
|
|
|
|
@section('content')
|
|
<h1>You are currently not connected to any networks.</h1>
|
|
@endsection
|