@php $auth_user = DB::table('model_has_roles') ->where('model_id', Auth::user()->id) ->where('role_id', 1) ->first(); @endphp