2023-03-24 16:51:30 +01:00
|
|
|
@extends('layout')
|
|
|
|
|
|
|
|
@section('content')
|
2023-04-06 12:17:42 +02:00
|
|
|
<h3 class="title is-3 has-text-centered">Welcome</h3>
|
2023-04-03 19:56:13 +02:00
|
|
|
@endsection
|
2023-04-06 12:17:42 +02:00
|
|
|
{{-- @can('admin-only')
|
|
|
|
<a href="/log-viewer">To Log Viewer</a>
|
|
|
|
@endcan --}}
|