Files

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
319 B
PHP
Raw Permalink Normal View History

2020-06-06 17:03:32 -05:00
@extends('layouts.install')
@section('content')
<div class="row">
2020-06-07 14:53:40 -05:00
<div class="col-12 text-center p-5">
2020-06-07 00:03:57 -05:00
<h4>
2022-04-09 15:05:09 -05:00
<i class="fa-solid fa-2x fa-circle-user align-middle"></i>
2020-06-06 17:03:32 -05:00
<strong>{{ $user->username }}</strong>
2020-06-07 00:03:57 -05:00
</h4>
2020-06-06 17:03:32 -05:00
</div>
</div>
@endsection