@if(auth()->user()->isAdmin())
GOESPT GAIN
@endif
@if(auth()->user()->isClient())
GOESPT GAIN
{{auth()->user()->name}}
Client
@endif
@if(auth()->user()->isKordinator())
GOESPT GAIN
{{auth()->user()->name}}
Kordinator
@endif
@if(auth()->user()->isTeknisi())
GOESPT GAIN
{{auth()->user()->name}}
Teknisi
@endif