Update profile view

pull/546/head
Daniel Supernault 2018-11-02 20:58:53 -06:00
rodzic bcd75c115c
commit 63344ad6e5
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 0DEF1C662C9033F7
1 zmienionych plików z 5 dodań i 1 usunięć

Wyświetl plik

@ -1,7 +1,11 @@
@extends('layouts.app',['title' => $user->username . " on " . config('app.name')])
@section('content')
@if (session('error'))
<div class="alert alert-danger text-center font-weight-bold mb-0">
{{ session('error') }}
</div>
@endif
@include('profile.partial.private-info')
<div class="container">