@if ($access == true) @yield('content') @else

Access Denied!

@if(\Auth::user()->role=='association')
Sorry!! You have no access to manage this association
Go to Association List @elseif(\Auth::user()->role=='event')
Sorry!! You have no access to manage this Event
Go to EVENT LIST @endif
@endif