where('id','!=',Auth::user()->id) ->get(); return view('admin.customer.customer', compact('customer')); } }