Commit a4a9def8 authored by alissonalbuquerque's avatar alissonalbuquerque
Browse files

update branch

parent d562618b
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
@endif @endif
@if(Auth::user()->isTypeTeacher()) @if(Auth::user()->isTypeTeacher())
@include('layouts.user-dashboard.dashboard_teacher', ['user' => Auth::user(), 'userPads => $userPads']) @include('layouts.user-dashboard.dashboard_teacher', ['user' => Auth::user(), 'userPads' => $userPads])
@endif @endif
@if(Auth::user()->isTypeDirector()) @if(Auth::user()->isTypeDirector())
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment