13 lines
322 B
PHP
13 lines
322 B
PHP
@extends('profilelayout')
|
|
@section('novidcontent')
|
|
<div class="page-header">
|
|
<h3>IRC</h3>
|
|
<p>Don't forget to enable Dark Mode!</p>
|
|
</div>
|
|
<div class="box">
|
|
<iframe src="https://webirc.n0xy.net?nick={{Auth::user()->username}}&join=%23w0bm&username={{Auth::user()->username}}"></iframe>
|
|
</div>
|
|
|
|
@endsection
|
|
|