@if(Auth::user()->role_id == 1) {{ 'Page' }} @else <script>window.location = "/dashboard";</script> @endif